Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8eb48eee authored by Matt Casey's avatar Matt Casey
Browse files

Fix chooser handle color.

Use themed value instead of constant.

Bug: 233752116
Test: Visual inspection
Change-Id: Ie74065c69bc8448f5e34d63e66e38a7be64cef1a
parent bf1f22d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -41,7 +41,7 @@
            android:src="@drawable/ic_drag_handle"
            android:src="@drawable/ic_drag_handle"
            android:layout_marginTop="@dimen/chooser_edge_margin_thin"
            android:layout_marginTop="@dimen/chooser_edge_margin_thin"
            android:layout_marginBottom="@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_centerHorizontal="true"
            android:layout_alignParentTop="true" />
            android:layout_alignParentTop="true" />