diff options
| author | 2022-05-25 03:19:00 +0000 | |
|---|---|---|
| committer | 2022-05-25 03:19:00 +0000 | |
| commit | 9cea001ce2ee4f0800c39ea794402ff27b5eb599 (patch) | |
| tree | 9f941b8f66b1cde8b670d6d1a556db83c37a83f6 | |
| parent | 3a4d63e705ae2588e53a4d5e99e270a364d1c140 (diff) | |
| parent | 78803a58ea455e25b4ca245eff9a58298beda510 (diff) | |
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>
| -rw-r--r-- | core/res/res/layout/chooser_grid.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/chooser_grid.xml b/core/res/res/layout/chooser_grid.xml index 6e3a11af27a7..b102b4bb2124 100644 --- a/core/res/res/layout/chooser_grid.xml +++ b/core/res/res/layout/chooser_grid.xml @@ -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" /> |