File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
java/com/mikhailgrigorev/quickpassword/ui/password Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -661,7 +661,7 @@ class PasswordFragment: Fragment() {
661
661
662
662
setObservers(
663
663
type = PasswordGettingType .ByQuality ,
664
- value = PasswordQuality .LOW .value
664
+ value = PasswordQuality .MEDIUM .value
665
665
)
666
666
searchNegative = false
667
667
searchCorrect = false
@@ -688,7 +688,7 @@ class PasswordFragment: Fragment() {
688
688
)
689
689
setObservers(
690
690
type = PasswordGettingType .ByQuality ,
691
- value = PasswordQuality .MEDIUM .value
691
+ value = PasswordQuality .LOW .value
692
692
)
693
693
searchNotSafe = false
694
694
searchCorrect = false
Original file line number Diff line number Diff line change 149
149
android : contentDescription =" @string/add_password"
150
150
android : focusable =" true"
151
151
app : backgroundTint =" @color/white"
152
+ app : iconTint =" @color/black"
153
+ app : tint =" @color/fabTint"
154
+ app : srcCompat =" @drawable/menu_up_outline"
152
155
app : layout_constraintBottom_toBottomOf =" parent"
153
156
app : layout_constraintEnd_toEndOf =" parent"
154
157
app : layout_constraintStart_toStartOf =" parent" />
You can’t perform that action at this time.
0 commit comments