Skip to content

Commit e8a7006

Browse files
committed
- QuickPass 2.0 beta 1
- All new main screen -- Smooth panel for all passwords -- Statistic copied to main screen - Optimization for some constructions - Fixes - Libraries updated (10/10/20)
1 parent 3cdb3e1 commit e8a7006

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@
203203
<HorizontalScrollView
204204
android:layout_width="match_parent"
205205
android:layout_height="match_parent"
206+
android:scrollbarThumbHorizontal="@null"
206207
android:scrollIndicators="none">
207208

208209

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@
479479
<HorizontalScrollView
480480
android:layout_width="match_parent"
481481
android:layout_height="match_parent"
482+
android:scrollbarThumbHorizontal="@null"
482483
android:scrollIndicators="none">
483484
<LinearLayout
484485
android:layout_width="wrap_content"

0 commit comments

Comments
 (0)