Fix fingerprint progress bar in RTL

Bug: 31047779
Change-Id: Ia6961d9fa425a8a247365f75f5c00955d69d2c60
(cherry picked from commit 6e300bca3a)
This commit is contained in:
Maurice Lam
2016-08-24 18:54:09 -07:00
parent 43344c83af
commit e8da03bcaa

View File

@@ -37,6 +37,7 @@
android:layout_centerInParent="true" android:layout_centerInParent="true"
style="?android:attr/progressBarStyleHorizontal" style="?android:attr/progressBarStyleHorizontal"
android:max="10000" android:max="10000"
android:mirrorForRtl="false"
android:progress="0" android:progress="0"
android:indeterminate="false" android:indeterminate="false"
android:progressDrawable="@drawable/fingerprint_progress_ring" android:progressDrawable="@drawable/fingerprint_progress_ring"