mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03:00
Fix padding layout
This commit is contained in:
parent
616a46294c
commit
174e938b5b
2 changed files with 4 additions and 2 deletions
|
@ -19,7 +19,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:background="?android:attr/windowBackground"
|
||||
android:paddingHorizontal="24dp"
|
||||
android:paddingStart="24dp"
|
||||
android:paddingEnd="24dp"
|
||||
android:textColor="?riotx_header_panel_text_secondary"
|
||||
android:textSize="15sp"
|
||||
tools:text="@tools:sample/date/day_of_week" />
|
||||
|
|
|
@ -18,7 +18,8 @@
|
|||
android:layout_gravity="center"
|
||||
android:background="?android:attr/windowBackground"
|
||||
android:fontFamily="sans-serif-medium"
|
||||
android:paddingHorizontal="16dp"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:text="@string/timeline_unread_messages"
|
||||
android:textColor="@color/notification_accent_color"
|
||||
android:textSize="15sp" />
|
||||
|
|
Loading…
Reference in a new issue