Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c8e9223 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix the backcolor problem in Display/Font size page" into sc-dev

parents 086fb08d 751a6c47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
        android:layout_width="match_parent"
        android:layout_height="400dp"
        android:layout_weight="1"
        android:background="?android:attr/colorBackgroundFloating"
        android:background="?android:attr/colorBackground"
        android:contentDescription="@string/preview_pager_content_description" />

    <TextView
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:background="?android:attr/colorBackgroundFloating"
            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"
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:fillViewport="true"
    android:background="?android:attr/colorBackgroundFloating"
    android:background="?android:attr/colorBackground"
    android:importantForAccessibility="noHideDescendants">

    <view class="com.android.settings.TouchBlockingFrameLayout"