Allow scaling up fingerprint icon
Add adjustViewBounds so the fingerprint icon can scale up to fill the available space up to max size 264dp. Test: Manual Bug: 37668789 Change-Id: Ic875369b9bc5a7409ad665e4481728c1d553fb51
This commit is contained in:
@@ -57,9 +57,10 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/fingerprint_in_app_indicator"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="0dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_weight="5"
|
||||
android:adjustViewBounds="true"
|
||||
android:minHeight="@dimen/fingerprint_in_app_indicator_min_size"
|
||||
android:minWidth="@dimen/fingerprint_in_app_indicator_min_size"
|
||||
android:maxHeight="@dimen/fingerprint_in_app_indicator_max_size"
|
||||
|
Reference in New Issue
Block a user