diff options
| author | 2022-05-25 02:40:30 +0000 | |
|---|---|---|
| committer | 2022-05-25 02:40:30 +0000 | |
| commit | e55d23f3aeebfc3053a7aed0eb2321cd780bcabc (patch) | |
| tree | 611b9995324c8206a65a2286809ff58c32b8252e | |
| parent | 8848ca6f3b305d8f7c8b4598253b009956537bab (diff) | |
| parent | 8eb48eeec5f542e6ce1d4575a55d2e034dbe88e7 (diff) | |
Merge "Fix chooser handle color." into tm-dev
| -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" /> |