]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit - app/src/main/res/xml/preferences.xml
Add icons to the settings activity. Implements https://redmine.stoutner.com/issues...
authorSoren Stoutner <soren@stoutner.com>
Sun, 21 May 2017 03:09:03 +0000 (20:09 -0700)
committerSoren Stoutner <soren@stoutner.com>
Sun, 21 May 2017 03:09:03 +0000 (20:09 -0700)
commitae5cf6844097d6e1d24e628149de3109eac5a120
treef8f6ec06a130b36844665f87a5655de457c5d251
parentf82135d919d64d4909c37c79a18e14ceba802579
Add icons to the settings activity.  Implements https://redmine.stoutner.com/issues/129.
35 files changed:
app/src/main/assets/de/about_licenses.html
app/src/main/assets/en/about_licenses.html
app/src/main/assets/en/images/ic_call_to_action.png [new file with mode: 0644]
app/src/main/assets/en/images/ic_fullscreen.png [new file with mode: 0644]
app/src/main/assets/en/images/ic_refresh.png [new file with mode: 0644]
app/src/main/assets/en/images/ic_smartphone.png [new file with mode: 0644]
app/src/main/assets/es/about_licenses.html
app/src/main/assets/it/about_licenses.html
app/src/main/assets/zh-rTW/about_licenses.html
app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.java
app/src/main/java/com/stoutner/privacybrowser/fragments/SettingsFragment.java
app/src/main/res/drawable/full_screen_disabled.xml [new file with mode: 0644]
app/src/main/res/drawable/full_screen_enabled.xml [new file with mode: 0644]
app/src/main/res/drawable/hide_system_bars_disabled.xml [new file with mode: 0644]
app/src/main/res/drawable/hide_system_bars_enabled.xml [new file with mode: 0644]
app/src/main/res/drawable/hide_system_bars_ghosted.xml [new file with mode: 0644]
app/src/main/res/drawable/home.xml [deleted file]
app/src/main/res/drawable/home_enabled.xml [new file with mode: 0644]
app/src/main/res/drawable/home_ghosted.xml [new file with mode: 0644]
app/src/main/res/drawable/more_disabled.xml [new file with mode: 0644]
app/src/main/res/drawable/more_enabled.xml [new file with mode: 0644]
app/src/main/res/drawable/refresh_disabled.xml [new file with mode: 0644]
app/src/main/res/drawable/refresh_enabled.xml [new file with mode: 0644]
app/src/main/res/drawable/search_custom_url_disabled.xml [new file with mode: 0644]
app/src/main/res/drawable/search_ghosted.xml [new file with mode: 0644]
app/src/main/res/drawable/translucent_bar_disabled.xml [new file with mode: 0644]
app/src/main/res/drawable/translucent_bar_enabled.xml [new file with mode: 0644]
app/src/main/res/drawable/translucent_bar_ghosted.xml [new file with mode: 0644]
app/src/main/res/drawable/user_agent_enabled.xml [deleted file]
app/src/main/res/menu/webview_navigation_menu.xml
app/src/main/res/values-es/strings.xml
app/src/main/res/values-it/strings.xml
app/src/main/res/values-zh-rTW/strings.xml
app/src/main/res/values/strings.xml
app/src/main/res/xml/preferences.xml