Merge "Fix padding on Font size and Display size preview screens. Bug: 27675989" into nyc-dev

This commit is contained in:
Anna Galusza
2016-03-28 18:14:49 +00:00
committed by Android (Google) Code Review
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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">