Fix padding layout
This commit is contained in:
parent
616a46294c
commit
174e938b5b
@ -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 New Issue
Block a user