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

am: 8870706

* commit '8870706614da8244c20dc46b53376422a819a61f':
  Fix padding on Font size and Display size preview screens. Bug: 27675989
This commit is contained in:
Anna Galusza
2016-03-28 22:33:35 +00:00
committed by android-build-merger
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" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_margin="16dp" android:paddingTop="16dp"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:orientation="vertical"> android:orientation="vertical">
<TextView <TextView

View File

@@ -19,7 +19,9 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@color/conversation_background" 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:orientation="vertical"
android:importantForAccessibility="noHideDescendants"> android:importantForAccessibility="noHideDescendants">