1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-22 15:26:24 +00:00

set new drawer menu icons and also ship them (#133)

This commit is contained in:
Andy Scherzinger 2017-01-23 22:36:11 +01:00 committed by Loïc Blot
parent d64b702fbb
commit 32475e72e6
27 changed files with 9 additions and 16 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 748 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1004 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 840 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 873 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 646 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 639 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 686 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 900 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 604 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 910 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 994 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -4,23 +4,23 @@
<group android:checkableBehavior="single"> <group android:checkableBehavior="single">
<item <item
android:id="@+id/nav_sync" android:id="@+id/nav_sync"
android:icon="@drawable/ic_menu_send" android:icon="@drawable/ic_sync"
android:title="@string/sync_now"/> android:title="@string/sync_now"/>
<item <item
android:id="@+id/nav_add_account" android:id="@+id/nav_add_account"
android:icon="@drawable/ic_menu_add" android:icon="@drawable/ic_account_plus"
android:title="@string/ma_title_add_account"/> android:title="@string/ma_title_add_account"/>
<item <item
android:id="@+id/nav_my_accounts" android:id="@+id/nav_my_accounts"
android:icon="@drawable/ic_menu_edit" android:icon="@drawable/ic_accounts"
android:title="@string/ma_title_my_accounts"/> android:title="@string/ma_title_my_accounts"/>
<item <item
android:id="@+id/nav_manage" android:id="@+id/nav_manage"
android:icon="@drawable/ic_menu_manage" android:icon="@drawable/ic_settings"
android:title="@string/action_settings"/> android:title="@string/action_settings"/>
<item <item
android:id="@+id/nav_appinfo_perms" android:id="@+id/nav_appinfo_perms"
android:icon="@drawable/ic_menu_manage" android:icon="@drawable/ic_information"
android:title="@string/action_appinfo_perms"/> android:title="@string/action_appinfo_perms"/>
</group> </group>
@ -28,7 +28,7 @@
<menu> <menu>
<item <item
android:id="@+id/nav_rateus" android:id="@+id/nav_rateus"
android:icon="@drawable/ic_menu_share" android:icon="@drawable/ic_star"
android:title="@string/ma_title_rate_us"/> android:title="@string/ma_title_rate_us"/>
</menu> </menu>
</item> </item>

View File

@ -1,7 +0,0 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<item name="ic_menu_manage" type="drawable">@android:drawable/ic_menu_manage</item>
<item name="ic_menu_share" type="drawable">@android:drawable/ic_menu_share</item>
<item name="ic_menu_send" type="drawable">@android:drawable/ic_menu_send</item>
<item name="ic_menu_add" type="drawable">@android:drawable/ic_menu_add</item>
<item name="ic_menu_edit" type="drawable">@android:drawable/ic_menu_edit</item>
</resources>

View File

@ -239,7 +239,7 @@
<string name="please_fix_it">Please fix it.</string> <string name="please_fix_it">Please fix it.</string>
<string name="err_cannot_read_contacts">We cannot read your contacts.</string> <string name="err_cannot_read_contacts">We cannot read your contacts.</string>
<string name="err_cannot_read_sms">We cannot read your SMS.</string> <string name="err_cannot_read_sms">We cannot read your SMS.</string>
<string name="action_appinfo_perms">App Info and permissions</string> <string name="action_appinfo_perms">App info and permissions</string>
<string name="restore_all_messages">Restore all messages</string> <string name="restore_all_messages">Restore all messages</string>
<string name="account_actions">Account actions</string> <string name="account_actions">Account actions</string>
<string name="error_connection_failed_not_found">Connection failed, the server returns 404 NOT FOUND. Ensure you set the correct path for your Nextcloud instance.</string> <string name="error_connection_failed_not_found">Connection failed, the server returns 404 NOT FOUND. Ensure you set the correct path for your Nextcloud instance.</string>
@ -251,7 +251,7 @@
<string name="error_make_default_sms_app">Please make this application default SMS application to permit restore your messages. This limitation has been introduced by Android 4.4.</string> <string name="error_make_default_sms_app">Please make this application default SMS application to permit restore your messages. This limitation has been introduced by Android 4.4.</string>
<string name="fix_permissions">Fix permissions</string> <string name="fix_permissions">Fix permissions</string>
<string name="err_kitkat_required">Android 4.4 or greater is required to use this feature.</string> <string name="err_kitkat_required">Android 4.4 or greater is required to use this feature.</string>
<string name="restore_finished">SMS restauration is now finished.</string> <string name="restore_finished">SMS restoration is now finished.</string>
<string name="x_messages_restored">messages restored...</string> <string name="x_messages_restored">messages restored&#8230;</string>
<string name="err_no_connection">No connection available, please ensure you have a valid data connection.</string> <string name="err_no_connection">No connection available, please ensure you have a valid data connection.</string>
</resources> </resources>