Merge "Fine tune background color for dual pane in homepage" into tm-dev

This commit is contained in:
TreeHugger Robot
2022-04-01 09:34:07 +00:00
committed by Android (Google) Code Review
5 changed files with 93 additions and 10 deletions

View File

@@ -17,11 +17,10 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?androidprv:attr/colorSurface"
android:orientation="vertical">
android:orientation="vertical"
android:background="@color/settings_two_pane_background_color">
<FrameLayout
android:id="@+id/two_pane_suggestion_content"