Small UI changes

This commit is contained in:
J-Jamet
2022-04-14 15:16:32 +02:00
parent cc347c1dbe
commit 1fc02fd2fe
5 changed files with 11 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
KeePassDX(3.4.1)
* Fix search mode with Magikeyboard #1292
* Fix select another entry with Magikeyboard #1293
* Small UI changes
KeePassDX(3.4.0)
* Passphrase implementation #218

View File

@@ -30,11 +30,10 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="240dp">
android:layout_height="wrap_content">
<View
android:layout_width="match_parent"
android:layout_height="180dp"
android:layout_height="68dp"
android:background="?attr/colorPrimary" />
<androidx.cardview.widget.CardView
android:layout_width="match_parent"
@@ -43,7 +42,7 @@
android:layout_marginEnd="@dimen/card_view_margin_horizontal"
android:layout_marginLeft="@dimen/card_view_margin_horizontal"
android:layout_marginRight="@dimen/card_view_margin_horizontal"
android:layout_marginTop="@dimen/card_view_margin_vertical"
android:layout_marginTop="@dimen/default_margin"
android:layout_marginBottom="@dimen/card_view_margin_vertical"
android:layout_gravity="bottom"
app:cardCornerRadius="4dp">

View File

@@ -30,11 +30,10 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="180dp">
android:layout_height="wrap_content">
<View
android:layout_width="match_parent"
android:layout_height="120dp"
android:layout_height="68dp"
android:background="?attr/colorPrimary" />
<androidx.cardview.widget.CardView
android:layout_width="match_parent"
@@ -43,7 +42,7 @@
android:layout_marginEnd="@dimen/card_view_margin_horizontal"
android:layout_marginLeft="@dimen/card_view_margin_horizontal"
android:layout_marginRight="@dimen/card_view_margin_horizontal"
android:layout_marginTop="@dimen/card_view_margin_vertical"
android:layout_marginTop="@dimen/default_margin"
android:layout_marginBottom="@dimen/card_view_margin_vertical"
android:layout_gravity="bottom"
app:cardCornerRadius="4dp">

View File

@@ -1,2 +1,3 @@
* Fix search mode with Magikeyboard #1292
* Fix select another entry with Magikeyboard #1293
* Small UI changes

View File

@@ -1,2 +1,3 @@
* Correction du mode recherche pour le Magiclavier #1292
* Correction de la selection d'une autre entrée avec le Magiclavier #1293
* Petits changements d'interface