]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit
Initial implementation of the navigation drawer.
authorSoren Stoutner <soren@stoutner.com>
Thu, 7 Apr 2016 22:28:07 +0000 (15:28 -0700)
committerSoren Stoutner <soren@stoutner.com>
Thu, 7 Apr 2016 22:28:07 +0000 (15:28 -0700)
commit0b0c40ca00cfdd80f3e215528f1b9c7f95bbcfe1
tree4ba4a00e3341bfe387eb71603944046fa820b2bd
parent8366efd6bd48448d2b67c30ac5ceb321111d9c4c
Initial implementation of the navigation drawer.
22 files changed:
.idea/.name
.idea/dictionaries/soren.xml [deleted file]
.idea/encodings.xml [new file with mode: 0644]
.idea/gradle.xml
app/build.gradle
app/src/main/assets/about_text.html
app/src/main/java/com/stoutner/privacybrowser/MainWebViewActivity.java
app/src/main/res/drawable/about.xml [new file with mode: 0644]
app/src/main/res/drawable/back.xml [new file with mode: 0644]
app/src/main/res/drawable/downloads.xml [new file with mode: 0644]
app/src/main/res/drawable/exit.xml [new file with mode: 0644]
app/src/main/res/drawable/forward.xml [new file with mode: 0644]
app/src/main/res/drawable/home.xml [new file with mode: 0644]
app/src/main/res/drawable/settings.xml [new file with mode: 0644]
app/src/main/res/layout/coordinator_layout.xml
app/src/main/res/layout/navigation_header.xml [new file with mode: 0644]
app/src/main/res/menu/menu_navigation.xml [new file with mode: 0644]
app/src/main/res/menu/menu_options.xml [new file with mode: 0644]
app/src/main/res/menu/menu_webview.xml [deleted file]
app/src/main/res/values/strings.xml
build.gradle
gradle/wrapper/gradle-wrapper.properties