From: masensio Date: Thu, 3 Apr 2014 09:02:54 +0000 (+0200) Subject: Merge pull request #392 from pmarasse/pullup X-Git-Tag: oc-android-1.7.0_signed~352 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/7a9149a66ab8caffbec4f0eaf46cd5615e19e1e4?hp=9587c90abf225ee7a89cbf79ec5f839705cd64bb Merge pull request #392 from pmarasse/pullup Modified actionbar to allow display of icon+text on tablets --- diff --git a/res/drawable-hdpi-v9/ic_action_settings.png b/res/drawable-hdpi-v9/ic_action_settings.png new file mode 100644 index 00000000..86b54f4c Binary files /dev/null and b/res/drawable-hdpi-v9/ic_action_settings.png differ diff --git a/res/drawable-hdpi/ic_action_settings.png b/res/drawable-hdpi/ic_action_settings.png new file mode 100644 index 00000000..999d0f0d Binary files /dev/null and b/res/drawable-hdpi/ic_action_settings.png differ diff --git a/res/drawable-ldpi-v9/ic_action_settings.png b/res/drawable-ldpi-v9/ic_action_settings.png new file mode 100644 index 00000000..e2c2d517 Binary files /dev/null and b/res/drawable-ldpi-v9/ic_action_settings.png differ diff --git a/res/drawable-ldpi/ic_action_settings.png b/res/drawable-ldpi/ic_action_settings.png new file mode 100644 index 00000000..c290e590 Binary files /dev/null and b/res/drawable-ldpi/ic_action_settings.png differ diff --git a/res/drawable-mdpi-v9/ic_action_settings.png b/res/drawable-mdpi-v9/ic_action_settings.png new file mode 100644 index 00000000..47ef3f44 Binary files /dev/null and b/res/drawable-mdpi-v9/ic_action_settings.png differ diff --git a/res/drawable-mdpi/ic_action_settings.png b/res/drawable-mdpi/ic_action_settings.png new file mode 100644 index 00000000..0eb78f7c Binary files /dev/null and b/res/drawable-mdpi/ic_action_settings.png differ diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml index 538dde76..f30382e1 100644 --- a/res/menu/main_menu.xml +++ b/res/menu/main_menu.xml @@ -17,12 +17,33 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . --> - - - - - - - - + + + + + + + + + + \ No newline at end of file