Merge "Fix fingerprint progress bar in RTL" into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f15fe812ec
@@ -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"
|
||||||
|
Reference in New Issue
Block a user