From 95b3144782d9acdc5372455af52abe881b78e316 Mon Sep 17 00:00:00 2001 From: Alan Viverette Date: Thu, 13 Nov 2014 14:04:32 -0800 Subject: [PATCH] Make indeterminate progress alpha consistent with determinate Both should match the default disabledAlpha for controls. BUG: 15900514 Change-Id: Ie7c801bc208a14f14926d38b462f49d1f91b28d0 --- .../vector_drawable_progress_indeterminate_horizontal.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/drawable/vector_drawable_progress_indeterminate_horizontal.xml b/core/res/res/drawable/vector_drawable_progress_indeterminate_horizontal.xml index aa75a7a15e27e..912b5bf79dd7b 100644 --- a/core/res/res/drawable/vector_drawable_progress_indeterminate_horizontal.xml +++ b/core/res/res/drawable/vector_drawable_progress_indeterminate_horizontal.xml @@ -27,7 +27,7 @@ android:name="background_track" android:pathData="M -180.0,-1.0 l 360.0,0 l 0,2.0 l -360.0,0 Z" android:fillColor="?attr/colorControlActivated" - android:fillAlpha="0.1"/> + android:fillAlpha="?attr/disabledAlpha"/>