Merge "Fix chooser handle color." into tm-dev am: e55d23f3ae

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18581092

Change-Id: Ieaedbdd7a2ae3b1cd80eb2e541a3f9824b78f937
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Matt Casey
2022-05-25 03:00:58 +00:00
committed by Automerger Merge Worker

View File

@@ -41,7 +41,7 @@
android:src="@drawable/ic_drag_handle"
android:layout_marginTop="@dimen/chooser_edge_margin_thin"
android:layout_marginBottom="@dimen/chooser_edge_margin_thin"
android:tint="@color/lighter_gray"
android:tint="?attr/colorSurfaceVariant"
android:layout_centerHorizontal="true"
android:layout_alignParentTop="true" />