summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/res/res/drawable/chooser_row_layer_list.xml2
-rw-r--r--packages/SystemUI/res/layout/media_projection_recent_tasks.xml2
-rw-r--r--packages/SystemUI/res/values/styles.xml1
3 files changed, 3 insertions, 2 deletions
diff --git a/core/res/res/drawable/chooser_row_layer_list.xml b/core/res/res/drawable/chooser_row_layer_list.xml
index f5ba1e9d633b..3361fccb70a0 100644
--- a/core/res/res/drawable/chooser_row_layer_list.xml
+++ b/core/res/res/drawable/chooser_row_layer_list.xml
@@ -19,7 +19,7 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
- <solid android:color="?android:attr/colorAccentSecondary"/>
+ <solid android:color="@color/materialColorSecondary"/>
<size android:width="128dp" android:height="2dp"/>
<corners android:radius="2dp" />
</shape>
diff --git a/packages/SystemUI/res/layout/media_projection_recent_tasks.xml b/packages/SystemUI/res/layout/media_projection_recent_tasks.xml
index 31baf26e4a1b..3c810a43a3a7 100644
--- a/packages/SystemUI/res/layout/media_projection_recent_tasks.xml
+++ b/packages/SystemUI/res/layout/media_projection_recent_tasks.xml
@@ -51,5 +51,5 @@
android:layout_marginTop="24dp"
android:importantForAccessibility="no"
android:src="@*android:drawable/ic_drag_handle"
- android:tint="?android:attr/textColorSecondary" />
+ android:tint="@*android:color/materialColorSecondary" />
</LinearLayout>
diff --git a/packages/SystemUI/res/values/styles.xml b/packages/SystemUI/res/values/styles.xml
index 08891aa65417..b0d9bed05e27 100644
--- a/packages/SystemUI/res/values/styles.xml
+++ b/packages/SystemUI/res/values/styles.xml
@@ -430,6 +430,7 @@
<style name="Theme.SystemUI.MediaProjectionAppSelector"
parent="@*android:style/Theme.DeviceDefault.Chooser">
+ <item name="android:colorBackground">@*android:color/materialColorSurfaceContainer</item>
</style>
<!-- Standard animations for hiding and showing the status bar. -->