|
|
|
|
@ -25,8 +25,8 @@ |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/logo" |
|
|
|
|
android:layout_width="30dp" |
|
|
|
|
android:layout_height="30dp" |
|
|
|
|
android:layout_width="32dp" |
|
|
|
|
android:layout_height="32dp" |
|
|
|
|
android:layout_marginEnd="12dp" |
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless" |
|
|
|
|
android:visibility="gone" |
|
|
|
|
@ -37,7 +37,7 @@ |
|
|
|
|
android:id="@+id/title" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="start" |
|
|
|
|
android:layout_gravity="center|start" |
|
|
|
|
android:focusable="false" |
|
|
|
|
android:text="@string/app_name" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
|