mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Change fingerprint visual
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
<!-- added these 2 fingerprint related views -->
|
<!-- added these 2 fingerprint related views -->
|
||||||
<android.support.v7.widget.AppCompatImageView
|
<android.support.v7.widget.AppCompatImageView
|
||||||
android:id="@+id/fingerprint_image"
|
android:id="@+id/fingerprint_image"
|
||||||
android:layout_width="38dp"
|
android:layout_width="48dp"
|
||||||
android:layout_height="38dp"
|
android:layout_height="48dp"
|
||||||
android:layout_margin="4dp"
|
android:layout_margin="4dp"
|
||||||
android:layout_alignParentEnd="true"
|
android:layout_alignParentEnd="true"
|
||||||
android:elevation="4dp"
|
android:elevation="4dp"
|
||||||
@@ -23,6 +23,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_centerVertical="true"
|
android:layout_centerVertical="true"
|
||||||
|
android:layout_marginEnd="12dp"
|
||||||
android:layout_toStartOf="@+id/fingerprint_image"
|
android:layout_toStartOf="@+id/fingerprint_image"
|
||||||
style="@style/KeepassDXStyle.TextAppearance.DefaultTextOnPrimary"
|
style="@style/KeepassDXStyle.TextAppearance.DefaultTextOnPrimary"
|
||||||
android:gravity="center_vertical|end" />
|
android:gravity="center_vertical|end" />
|
||||||
|
|||||||
@@ -177,7 +177,11 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
style="@style/KeepassDXStyle.TextAppearance.Small"
|
style="@style/KeepassDXStyle.TextAppearance.Small"
|
||||||
android:layout_margin="16dp"
|
android:layout_marginTop="24dp"
|
||||||
|
android:layout_marginLeft="12dp"
|
||||||
|
android:layout_marginStart="12dp"
|
||||||
|
android:layout_marginRight="12dp"
|
||||||
|
android:layout_marginEnd="12dp"
|
||||||
android:text="@string/default_checkbox" />
|
android:text="@string/default_checkbox" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
@@ -22,6 +22,6 @@
|
|||||||
<item android:id="@+id/menu_fingerprint_remove_key"
|
<item android:id="@+id/menu_fingerprint_remove_key"
|
||||||
android:icon="@drawable/ic_remove_circle_white_24dp"
|
android:icon="@drawable/ic_remove_circle_white_24dp"
|
||||||
android:title="@string/menu_fingerprint_remove_key"
|
android:title="@string/menu_fingerprint_remove_key"
|
||||||
android:orderInCategory="71"
|
android:orderInCategory="93"
|
||||||
app:showAsAction="ifRoom" />
|
app:showAsAction="ifRoom" />
|
||||||
</menu>
|
</menu>
|
||||||
Reference in New Issue
Block a user