Changed master code icon.
|
@ -240,7 +240,7 @@ class MainActivity : AppCompatActivity(), AnkoLogger {
|
||||||
inputType = InputType.TYPE_CLASS_NUMBER or InputType.TYPE_NUMBER_VARIATION_PASSWORD
|
inputType = InputType.TYPE_CLASS_NUMBER or InputType.TYPE_NUMBER_VARIATION_PASSWORD
|
||||||
hint = getString(R.string.hint_master_code)
|
hint = getString(R.string.hint_master_code)
|
||||||
filters = arrayOf(InputFilter.LengthFilter(size))
|
filters = arrayOf(InputFilter.LengthFilter(size))
|
||||||
setCompoundDrawablesWithIntrinsicBounds(0, 0, R.drawable.ic_verified_user_black_24dp, 0)
|
setCompoundDrawablesWithIntrinsicBounds(0, 0, R.drawable.ic_lock_question_black_24dp, 0)
|
||||||
imeOptions = EditorInfo.IME_ACTION_DONE
|
imeOptions = EditorInfo.IME_ACTION_DONE
|
||||||
|
|
||||||
if (master.isNotBlank()) {
|
if (master.isNotBlank()) {
|
||||||
|
|
BIN
app/src/main/res/drawable-hdpi/ic_lock_question_black_24dp.png
Normal file
After Width: | Height: | Size: 772 B |
Before Width: | Height: | Size: 390 B |
BIN
app/src/main/res/drawable-mdpi/ic_lock_question_black_24dp.png
Normal file
After Width: | Height: | Size: 589 B |
Before Width: | Height: | Size: 272 B |
BIN
app/src/main/res/drawable-xhdpi/ic_lock_question_black_24dp.png
Normal file
After Width: | Height: | Size: 852 B |
Before Width: | Height: | Size: 445 B |
BIN
app/src/main/res/drawable-xxhdpi/ic_lock_question_black_24dp.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 634 B |
After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 788 B |