From e8da03bcaae901672d4cb4b19e34f9519da35bf6 Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Wed, 24 Aug 2016 18:54:09 -0700 Subject: [PATCH] Fix fingerprint progress bar in RTL Bug: 31047779 Change-Id: Ia6961d9fa425a8a247365f75f5c00955d69d2c60 (cherry picked from commit 6e300bca3a3f2302d513a64fd03071170ac5fad1) --- res/layout/fingerprint_enroll_enrolling_content.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/fingerprint_enroll_enrolling_content.xml b/res/layout/fingerprint_enroll_enrolling_content.xml index 4b36b238b26..42769d16c62 100644 --- a/res/layout/fingerprint_enroll_enrolling_content.xml +++ b/res/layout/fingerprint_enroll_enrolling_content.xml @@ -37,6 +37,7 @@ android:layout_centerInParent="true" style="?android:attr/progressBarStyleHorizontal" android:max="10000" + android:mirrorForRtl="false" android:progress="0" android:indeterminate="false" android:progressDrawable="@drawable/fingerprint_progress_ring"