Skip to content

Commit f0bec8a

Browse files
committed
QuickPass 2.0 beta 10
- Backup restoring fixed (For cyphered passwords) - Home UI updated - Added bank card icons near bank pins - New icon in About page - Password encrypting! -- You can now encrypt your password to know that nobody will see it even if hack your root storage data - Password View and Adding design improved - All new main screen -- Smooth panel for all passwords -- Statistic copied to main screen - Optimization for some constructions - Fixes - Translation updated - Duration of animation adjusted - Added back buttons - Smooth transitions through screens - UX update -- You can now restore your pass (Check Setting =)) -- Alert screen for log out in Account page - Settings update -- Auto asking permission for writing to storage -- New icons for export/import -- Tips for export/import now always available - Libraries updated (16/10/20)
1 parent 9c7daa5 commit f0bec8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/layout/activity_settings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@
425425
android:layout_width="fill_parent"
426426
android:layout_height="wrap_content"
427427
android:layout_marginStart="20dp"
428-
android:layout_marginTop="10dp"
428+
android:layout_marginTop="20dp"
429429
android:layout_marginEnd="20dp"
430430
android:visibility="visible"
431431
app:cardBackgroundColor="?attr/colorPrimary"
@@ -446,8 +446,8 @@
446446
android:layout_height="wrap_content"
447447
android:layout_marginStart="20dp"
448448
android:layout_marginTop="20dp"
449-
android:layout_marginBottom="10dp"
450449
android:layout_marginEnd="20dp"
450+
android:layout_marginBottom="10dp"
451451
android:text="@string/inOut"
452452
android:textColor="@color/white"
453453
android:textStyle="bold" />

0 commit comments

Comments
 (0)