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

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

Change-Id: Iacc62987a1e3edc944ff6a74fb9e412901d98f6e
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:19:00 +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" />