|
|
|
|
@ -20,10 +20,9 @@ |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/logo" |
|
|
|
|
android:layout_width="36dp" |
|
|
|
|
android:layout_height="36dp" |
|
|
|
|
android:layout_width="48dp" |
|
|
|
|
android:layout_height="48dp" |
|
|
|
|
android:layout_marginEnd="12dp" |
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless" |
|
|
|
|
android:visibility="gone" |
|
|
|
|
tools:src="@drawable/ic_logo" |
|
|
|
|
tools:visibility="visible" /> |
|
|
|
|
@ -41,7 +40,8 @@ |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:text="@string/app_name" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="24sp" /> |
|
|
|
|
android:textSize="24sp" |
|
|
|
|
android:textStyle="bold" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/clock" |
|
|
|
|
|