mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Solve graphic bugs
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
android:right="0dp"
|
||||
android:top="8dp"
|
||||
android:bottom="8dp"/>
|
||||
<solid android:color="@color/green"/>
|
||||
<solid android:color="?attr/colorAccentCompat"/>
|
||||
</shape>
|
||||
</item>
|
||||
</ripple>
|
||||
@@ -14,7 +14,7 @@
|
||||
android:right="14dp"
|
||||
android:top="4dp"
|
||||
android:bottom="8dp"/>
|
||||
<solid android:color="@color/green"/>
|
||||
<solid android:color="?attr/colorAccentCompat"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="@color/white">
|
||||
<item>
|
||||
<shape android:shape="oval">
|
||||
<padding
|
||||
android:left="14dp"
|
||||
android:right="14dp"
|
||||
android:top="14dp"
|
||||
android:bottom="14dp"/>
|
||||
<solid android:color="@color/green"/>
|
||||
</shape>
|
||||
</item>
|
||||
</ripple>
|
||||
@@ -9,7 +9,7 @@
|
||||
android:right="0dp"
|
||||
android:top="8dp"
|
||||
android:bottom="8dp"/>
|
||||
<solid android:color="@color/green"/>
|
||||
<solid android:color="@color/orange"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
@@ -9,7 +9,7 @@
|
||||
android:right="14dp"
|
||||
android:top="4dp"
|
||||
android:bottom="8dp"/>
|
||||
<solid android:color="@color/green"/>
|
||||
<solid android:color="@color/orange"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
@@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape android:shape="oval" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<padding
|
||||
android:left="14dp"
|
||||
android:right="14dp"
|
||||
android:top="14dp"
|
||||
android:bottom="14dp"/>
|
||||
<solid android:color="@color/green"/>
|
||||
</shape>
|
||||
@@ -188,7 +188,7 @@
|
||||
</LinearLayout>
|
||||
</ScrollView >
|
||||
|
||||
<android.support.v7.widget.AppCompatImageButton
|
||||
<android.support.design.widget.FloatingActionButton
|
||||
android:id="@+id/entry_save"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
|
||||
</ScrollView>
|
||||
|
||||
<android.support.v7.widget.AppCompatImageButton android:id="@+id/entry_edit"
|
||||
<android.support.design.widget.FloatingActionButton android:id="@+id/entry_edit"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentRight="true"
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
android:divider="@null"
|
||||
android:dividerHeight="0dp"/>
|
||||
|
||||
<android.support.v7.widget.AppCompatImageButton
|
||||
<android.support.design.widget.FloatingActionButton
|
||||
android:id="@+id/add_button"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -23,7 +23,8 @@
|
||||
android:id="@+id/container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="@dimen/default_margin">
|
||||
android:paddingBottom="@dimen/default_margin"
|
||||
android:clipToPadding="false">
|
||||
|
||||
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
@@ -79,7 +80,7 @@
|
||||
android:text="@string/entry_and_or" />
|
||||
|
||||
<!-- added these 2 fingerprint related views -->
|
||||
<ImageView
|
||||
<android.support.v7.widget.AppCompatImageView
|
||||
android:id="@+id/fingerprint"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -165,11 +166,12 @@
|
||||
|
||||
</ScrollView>
|
||||
|
||||
<Button
|
||||
<android.support.v7.widget.AppCompatButton
|
||||
android:id="@+id/pass_ok"
|
||||
android:layout_marginRight="@dimen/default_margin"
|
||||
android:layout_marginEnd="@dimen/default_margin"
|
||||
android:layout_marginTop="@dimen/default_margin"
|
||||
android:layout_marginBottom="@dimen/default_margin"
|
||||
android:layout_width="100sp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
|
||||
@@ -213,8 +213,6 @@
|
||||
<!-- FAB -->
|
||||
<style name="KeepassDXStyle.v21.Fab" parent="Theme.AppCompat" />
|
||||
<style name="KeepassDXStyle.Fab" parent="KeepassDXStyle.v21.Fab">
|
||||
<item name="android:background">@drawable/fab_background</item>
|
||||
<item name="android:layout_width">56dp</item>
|
||||
<item name="android:layout_margin">24dp</item>
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user