From 78f3e28974f98e70e06db12264d84b4d30bdc6ce Mon Sep 17 00:00:00 2001 From: Alex Hart Date: Mon, 21 Oct 2019 10:53:18 -0300 Subject: [PATCH] Fix progress wheel color in share screen --- res/layout/share_activity.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/share_activity.xml b/res/layout/share_activity.xml index fff2b8dbce..a0236224d3 100644 --- a/res/layout/share_activity.xml +++ b/res/layout/share_activity.xml @@ -60,6 +60,7 @@ android:layout_width="70dp" android:layout_height="70dp" android:layout_centerInParent="true" + wheel:matProg_barColor="?title_text_color_primary" wheel:matProg_progressIndeterminate="true" />