]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit
Refactor style code to use attrs.xml. Create a dark theme for Find on Page.
authorSoren Stoutner <soren@stoutner.com>
Fri, 16 Jun 2017 00:01:07 +0000 (17:01 -0700)
committerSoren Stoutner <soren@stoutner.com>
Fri, 16 Jun 2017 00:01:07 +0000 (17:01 -0700)
commit74857298f431569df1849e8ef91387cb25274095
treecfc3dc337f0a9bef4b4fee0c2ea221fb605935c4
parenta6d829c39b356e9134cb488c4ae7e0e29bf9df96
Refactor style code to use attrs.xml.  Create a dark theme for Find on Page.
25 files changed:
app/src/main/java/com/stoutner/privacybrowser/activities/AboutActivity.java
app/src/main/java/com/stoutner/privacybrowser/activities/GuideActivity.java
app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.java
app/src/main/java/com/stoutner/privacybrowser/fragments/AboutTabFragment.java
app/src/main/java/com/stoutner/privacybrowser/fragments/SettingsFragment.java
app/src/main/res/drawable/url_bar_background_transparent.xml [deleted file]
app/src/main/res/layout/about_coordinatorlayout.xml [new file with mode: 0644]
app/src/main/res/layout/about_coordinatorlayout_dark.xml [deleted file]
app/src/main/res/layout/about_coordinatorlayout_light.xml [deleted file]
app/src/main/res/layout/about_tab_version.xml [new file with mode: 0644]
app/src/main/res/layout/about_tab_version_dark.xml [deleted file]
app/src/main/res/layout/about_tab_version_light.xml [deleted file]
app/src/main/res/layout/find_on_page_app_bar.xml
app/src/main/res/layout/guide_coordinatorlayout.xml [new file with mode: 0644]
app/src/main/res/layout/guide_coordinatorlayout_dark.xml [deleted file]
app/src/main/res/layout/guide_coordinatorlayout_light.xml [deleted file]
app/src/main/res/layout/main_drawerlayout.xml [new file with mode: 0644]
app/src/main/res/layout/main_drawerlayout_dark.xml [deleted file]
app/src/main/res/layout/main_drawerlayout_light.xml [deleted file]
app/src/main/res/layout/navigation_header.xml [new file with mode: 0644]
app/src/main/res/layout/navigation_header_dark.xml [deleted file]
app/src/main/res/layout/navigation_header_light.xml [deleted file]
app/src/main/res/values/attrs.xml [new file with mode: 0644]
app/src/main/res/values/strings.xml
app/src/main/res/values/styles.xml