Merge "Fix background inconsistency of the Settings page in SUW" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-04-21 13:06:45 +00:00
committed by Android (Google) Code Review
4 changed files with 3 additions and 2 deletions

View File

@@ -29,7 +29,6 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?android:attr/colorBackground"
android:paddingTop="@dimen/conversation_message_list_padding"
android:paddingStart="@dimen/conversation_message_list_padding"
android:paddingEnd="@dimen/conversation_message_list_padding"

View File

@@ -19,7 +19,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true"
android:background="?android:attr/colorBackground"
android:importantForAccessibility="noHideDescendants">
<view class="com.android.settings.TouchBlockingFrameLayout"