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

Commit 751a6c47 authored by Sunny Shao's avatar Sunny Shao
Browse files

Fix the backcolor problem in Display/Font size page

- This is side effect due to the color change by the framework.
- Use the colorBackground to replace colorBackgroundFloating.

Fixes: 174962015
Test: manual test
Change-Id: I30128e2eee6ddcc66d56126e132afb400873b0ee
parent 91b4a581
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"