tls-psk: fix drawer icon and text
This commit is contained in:
@@ -84,7 +84,10 @@ public class MainActivity extends BaseSecurityTokenActivity implements FabContai
|
||||
.withIdentifier(ID_APPS).withSelectable(false),
|
||||
new PrimaryDrawerItem().withName(R.string.nav_backup).withIcon(CommunityMaterial.Icon.cmd_backup_restore)
|
||||
.withIdentifier(ID_BACKUP).withSelectable(false),
|
||||
new PrimaryDrawerItem().withName(R.string.nav_transfer).withIcon(CommunityMaterial.Icon.cmd_backup_restore)
|
||||
new PrimaryDrawerItem().withName(R.string.nav_transfer)
|
||||
.withIcon(R.drawable.ic_wifi_lock_24dp)
|
||||
.withIconColorRes(R.color.md_grey_600)
|
||||
.withIconTintingEnabled(true)
|
||||
.withIdentifier(ID_TRANSFER).withSelectable(false),
|
||||
new DividerDrawerItem(),
|
||||
new PrimaryDrawerItem().withName(R.string.menu_preferences).withIcon(GoogleMaterial.Icon.gmd_settings).withIdentifier(ID_SETTINGS).withSelectable(false),
|
||||
|
||||
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_wifi_lock_24dp.png
Normal file
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_wifi_lock_24dp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 614 B |
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_wifi_lock_24dp.png
Normal file
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_wifi_lock_24dp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 445 B |
BIN
OpenKeychain/src/main/res/drawable-xhdpi/ic_wifi_lock_24dp.png
Normal file
BIN
OpenKeychain/src/main/res/drawable-xhdpi/ic_wifi_lock_24dp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 708 B |
BIN
OpenKeychain/src/main/res/drawable-xxhdpi/ic_wifi_lock_24dp.png
Normal file
BIN
OpenKeychain/src/main/res/drawable-xxhdpi/ic_wifi_lock_24dp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
OpenKeychain/src/main/res/drawable-xxxhdpi/ic_wifi_lock_24dp.png
Normal file
BIN
OpenKeychain/src/main/res/drawable-xxxhdpi/ic_wifi_lock_24dp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
@@ -848,7 +848,7 @@
|
||||
<string name="drawer_close">"Close navigation drawer"</string>
|
||||
<string name="my_keys">"My Keys"</string>
|
||||
<string name="nav_backup">"Backup/Restore"</string>
|
||||
<string name="nav_transfer">"Transfer"</string>
|
||||
<string name="nav_transfer">"Secure Device Setup"</string>
|
||||
|
||||
<!-- hints -->
|
||||
<string name="encrypt_content_edit_text_hint">"Type text"</string>
|
||||
|
||||
Reference in New Issue
Block a user