Merge "Fix background inconsistency of the Settings page in SUW" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7f065adfcb
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user