Merge "Fix clipboard dismiss button text color in dark mode" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2a94c0af0b
@@ -18,6 +18,7 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:theme="@style/FloatingOverlay"
|
||||
android:alpha="0"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
@@ -29,7 +30,6 @@
|
||||
android:src="@drawable/overlay_actions_background_protection"/>
|
||||
<com.android.systemui.screenshot.DraggableConstraintLayout
|
||||
android:id="@+id/clipboard_ui"
|
||||
android:theme="@style/FloatingOverlay"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<ImageView
|
||||
|
||||
Reference in New Issue
Block a user