Adjustments for branded popup button styles.

This commit is contained in:
Anton Chekulaev
2020-09-01 17:24:07 +10:00
parent 156b2687b8
commit 3236fde416
5 changed files with 29 additions and 28 deletions

View File

@@ -53,14 +53,13 @@
android:textStyle="bold"
android:textSize="@dimen/large_font_size"
android:textAlignment="center"
android:textColor="@color/text"
android:layout_marginBottom="32dp" />
<ImageView
android:id="@+id/fingerprint_auth_container"
android:src="@drawable/ic_fingerprint_white_48dp"
android:background="@drawable/circle_tintable"
android:backgroundTint="@color/accent"
android:backgroundTint="?colorAccent"
android:padding="20dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"