Merge "Fix chooser handle color." into tm-dev am: e55d23f3ae am: 78803a58ea am: 9cea001ce2

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

Change-Id: I8a7b3d4847bb3586bb99f06f0247977679c38666
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:54: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" />