mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Small UI changes
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
KeePassDX(3.4.1)
|
KeePassDX(3.4.1)
|
||||||
* Fix search mode with Magikeyboard #1292
|
* Fix search mode with Magikeyboard #1292
|
||||||
* Fix select another entry with Magikeyboard #1293
|
* Fix select another entry with Magikeyboard #1293
|
||||||
|
* Small UI changes
|
||||||
|
|
||||||
KeePassDX(3.4.0)
|
KeePassDX(3.4.0)
|
||||||
* Passphrase implementation #218
|
* Passphrase implementation #218
|
||||||
|
|||||||
@@ -30,11 +30,10 @@
|
|||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content">
|
||||||
android:minHeight="240dp">
|
|
||||||
<View
|
<View
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="180dp"
|
android:layout_height="68dp"
|
||||||
android:background="?attr/colorPrimary" />
|
android:background="?attr/colorPrimary" />
|
||||||
<androidx.cardview.widget.CardView
|
<androidx.cardview.widget.CardView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
@@ -43,7 +42,7 @@
|
|||||||
android:layout_marginEnd="@dimen/card_view_margin_horizontal"
|
android:layout_marginEnd="@dimen/card_view_margin_horizontal"
|
||||||
android:layout_marginLeft="@dimen/card_view_margin_horizontal"
|
android:layout_marginLeft="@dimen/card_view_margin_horizontal"
|
||||||
android:layout_marginRight="@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_marginBottom="@dimen/card_view_margin_vertical"
|
||||||
android:layout_gravity="bottom"
|
android:layout_gravity="bottom"
|
||||||
app:cardCornerRadius="4dp">
|
app:cardCornerRadius="4dp">
|
||||||
|
|||||||
@@ -30,11 +30,10 @@
|
|||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content">
|
||||||
android:minHeight="180dp">
|
|
||||||
<View
|
<View
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="120dp"
|
android:layout_height="68dp"
|
||||||
android:background="?attr/colorPrimary" />
|
android:background="?attr/colorPrimary" />
|
||||||
<androidx.cardview.widget.CardView
|
<androidx.cardview.widget.CardView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
@@ -43,7 +42,7 @@
|
|||||||
android:layout_marginEnd="@dimen/card_view_margin_horizontal"
|
android:layout_marginEnd="@dimen/card_view_margin_horizontal"
|
||||||
android:layout_marginLeft="@dimen/card_view_margin_horizontal"
|
android:layout_marginLeft="@dimen/card_view_margin_horizontal"
|
||||||
android:layout_marginRight="@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_marginBottom="@dimen/card_view_margin_vertical"
|
||||||
android:layout_gravity="bottom"
|
android:layout_gravity="bottom"
|
||||||
app:cardCornerRadius="4dp">
|
app:cardCornerRadius="4dp">
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
* Fix search mode with Magikeyboard #1292
|
* Fix search mode with Magikeyboard #1292
|
||||||
* Fix select another entry with Magikeyboard #1293
|
* Fix select another entry with Magikeyboard #1293
|
||||||
|
* Small UI changes
|
||||||
@@ -1,2 +1,3 @@
|
|||||||
* Correction du mode recherche pour le Magiclavier #1292
|
* Correction du mode recherche pour le Magiclavier #1292
|
||||||
* Correction de la selection d'une autre entrée avec le Magiclavier #1293
|
* Correction de la selection d'une autre entrée avec le Magiclavier #1293
|
||||||
|
* Petits changements d'interface
|
||||||
Reference in New Issue
Block a user