]> git.ktnx.net Git - mobile-ledger.git/commit
update drawer menu
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 24 Nov 2018 08:56:26 +0000 (08:56 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 24 Nov 2018 08:56:26 +0000 (08:56 +0000)
commitbb509a7c24cf7ee321f0affd9d7d51ac07636cb6
tree98630b4e69185ee124b9eb3ca2dbe7e7b6962f33
update drawer menu
47 files changed:
.gitignore [new file with mode: 0644]
app/.gitignore [new file with mode: 0644]
app/build.gradle [new file with mode: 0644]
app/proguard-rules.pro [new file with mode: 0644]
app/src/androidTest/java/net/ktnx/mobileledger/ExampleInstrumentedTest.java [new file with mode: 0644]
app/src/main/AndroidManifest.xml [new file with mode: 0644]
app/src/main/java/net/ktnx/mobileledger/LatestTransactions.java [new file with mode: 0644]
app/src/main/res/drawable-v24/ic_launcher_foreground.xml [new file with mode: 0644]
app/src/main/res/drawable/ic_launcher_background.xml [new file with mode: 0644]
app/src/main/res/drawable/ic_menu_camera.xml [new file with mode: 0644]
app/src/main/res/drawable/ic_menu_gallery.xml [new file with mode: 0644]
app/src/main/res/drawable/ic_menu_manage.xml [new file with mode: 0644]
app/src/main/res/drawable/ic_menu_send.xml [new file with mode: 0644]
app/src/main/res/drawable/ic_menu_share.xml [new file with mode: 0644]
app/src/main/res/drawable/ic_menu_slideshow.xml [new file with mode: 0644]
app/src/main/res/drawable/side_nav_bar.xml [new file with mode: 0644]
app/src/main/res/layout/activity_latest_transactions.xml [new file with mode: 0644]
app/src/main/res/layout/app_bar_latest_transactions.xml [new file with mode: 0644]
app/src/main/res/layout/content_latest_transactions.xml [new file with mode: 0644]
app/src/main/res/layout/nav_header_latest_transactions.xml [new file with mode: 0644]
app/src/main/res/menu/activity_latest_transactions_drawer.xml [new file with mode: 0644]
app/src/main/res/menu/latest_transactions.xml [new file with mode: 0644]
app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml [new file with mode: 0644]
app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml [new file with mode: 0644]
app/src/main/res/mipmap-hdpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/mipmap-hdpi/ic_launcher_round.png [new file with mode: 0644]
app/src/main/res/mipmap-mdpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/mipmap-mdpi/ic_launcher_round.png [new file with mode: 0644]
app/src/main/res/mipmap-xhdpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/mipmap-xhdpi/ic_launcher_round.png [new file with mode: 0644]
app/src/main/res/mipmap-xxhdpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png [new file with mode: 0644]
app/src/main/res/mipmap-xxxhdpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png [new file with mode: 0644]
app/src/main/res/values-v21/styles.xml [new file with mode: 0644]
app/src/main/res/values/colors.xml [new file with mode: 0644]
app/src/main/res/values/dimens.xml [new file with mode: 0644]
app/src/main/res/values/strings.xml [new file with mode: 0644]
app/src/main/res/values/styles.xml [new file with mode: 0644]
app/src/test/java/net/ktnx/mobileledger/ExampleUnitTest.java [new file with mode: 0644]
build.gradle [new file with mode: 0644]
gradle.properties [new file with mode: 0644]
gradle/wrapper/gradle-wrapper.jar [new file with mode: 0644]
gradle/wrapper/gradle-wrapper.properties [new file with mode: 0644]
gradlew [new file with mode: 0755]
gradlew.bat [new file with mode: 0644]
settings.gradle [new file with mode: 0644]