mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -05:00
Screenshot for GSoC
This commit is contained in:
parent
a468c667bb
commit
9d7e05c06e
BIN
Graphics/screenshots/device-2015-02-20-110239.png
Normal file
BIN
Graphics/screenshots/device-2015-02-20-110239.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 83 KiB |
@ -39,7 +39,7 @@ public abstract class NavDrawerActivity extends MaterialNavigationDrawer {
|
||||
setDrawerHeaderImage(R.drawable.drawer_header);
|
||||
|
||||
// create sections
|
||||
addSection(newSection(getString(R.string.title_keys), R.drawable.ic_vpn_key_black_24dp, new KeyListFragment()));
|
||||
addSection(newSection(getString(R.string.app_name), R.drawable.ic_vpn_key_black_24dp, new KeyListFragment()));
|
||||
addSection(newSection(getString(R.string.nav_encrypt_decrypt), R.drawable.ic_lock_black_24dp, new EncryptDecryptOverviewFragment()));
|
||||
addSection(newSection(getString(R.string.title_api_registered_apps), R.drawable.ic_apps_black_24dp, new AppsListFragment()));
|
||||
|
||||
|
@ -13,12 +13,12 @@
|
||||
android:id="@+id/menu_key_list_search_cloud"
|
||||
android:icon="@drawable/ic_cloud_search_24px"
|
||||
android:title="@string/menu_search_cloud"
|
||||
app:showAsAction="ifRoom|withText" />
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_key_list_add"
|
||||
android:title="@string/import_qr_code_button"
|
||||
app:showAsAction="ifRoom|withText" />
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_key_list_export"
|
||||
|
Loading…
Reference in New Issue
Block a user