Merge "Fix padding on Font size and Display size preview screens. Bug: 27675989" into nyc-dev
This commit is contained in:
@@ -17,7 +17,9 @@
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_margin="16dp"
|
||||
android:paddingTop="16dp"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
|
@@ -19,7 +19,9 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/conversation_background"
|
||||
android:padding="@dimen/conversation_message_list_padding"
|
||||
android:paddingTop="@dimen/conversation_message_list_padding"
|
||||
android:paddingStart="@dimen/conversation_message_list_padding"
|
||||
android:paddingEnd="@dimen/conversation_message_list_padding"
|
||||
android:orientation="vertical"
|
||||
android:importantForAccessibility="noHideDescendants">
|
||||
|
||||
|
Reference in New Issue
Block a user