mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 18:59:01 +00:00
Small layout improvement
This commit is contained in:
parent
ff15246ce2
commit
b1386d5941
2 changed files with 7 additions and 3 deletions
|
@ -12,10 +12,12 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/tvDay"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Today"
|
||||
android:background="?android:attr/windowBackground"
|
||||
android:gravity="center_horizontal"
|
||||
android:padding="6dp"
|
||||
android:text="Today"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||
android:textColor="?android:attr/textColorPrimary"
|
||||
android:textStyle="bold"
|
||||
|
|
|
@ -12,8 +12,10 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/tvDay"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?android:attr/windowBackground"
|
||||
android:gravity="center_horizontal"
|
||||
android:padding="12dp"
|
||||
android:text="Today"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
||||
|
|
Loading…
Reference in a new issue