added indeterminate progress bar to show activity since this isn't supported by AppCo...
authorAndyScherzinger <info@andy-scherzinger.de>
Sun, 26 Jul 2015 15:52:29 +0000 (17:52 +0200)
committerAndyScherzinger <info@andy-scherzinger.de>
Sun, 26 Jul 2015 15:52:29 +0000 (17:52 +0200)
commit49b3acd2be5140725d48ec3988017182b07f9376
tree119d91d89aea48ddd4653596d6f8bfed7a673a0c
parent0c3e198e7768b7ca7e7312ced8b3128493cd6bb7
added indeterminate progress bar to show activity since this isn't supported by AppCompat anymore
18 files changed:
res/drawable-xxhdpi/backup/owncloud_progress_bg_light.9.png [new file with mode: 0644]
res/drawable-xxhdpi/backup/owncloud_progress_primary_light.9.png [new file with mode: 0644]
res/drawable-xxhdpi/backup/owncloud_progress_secondary_light.9.png [new file with mode: 0644]
res/drawable-xxhdpi/owncloud_progress_bg_light.9.png [new file with mode: 0644]
res/drawable-xxhdpi/owncloud_progress_primary_light.9.png [new file with mode: 0644]
res/drawable-xxhdpi/owncloud_progress_secondary_light.9.png [new file with mode: 0644]
res/drawable-xxhdpi/owncloud_progressbar_indeterminate_1.png [new file with mode: 0644]
res/drawable-xxhdpi/owncloud_progressbar_indeterminate_2.png [new file with mode: 0644]
res/drawable-xxhdpi/owncloud_progressbar_indeterminate_3.png [new file with mode: 0644]
res/drawable-xxhdpi/owncloud_progressbar_indeterminate_4.png [new file with mode: 0644]
res/drawable-xxhdpi/owncloud_progressbar_indeterminate_5.png [new file with mode: 0644]
res/drawable-xxhdpi/owncloud_progressbar_indeterminate_6.png [new file with mode: 0644]
res/drawable-xxhdpi/owncloud_progressbar_indeterminate_7.png [new file with mode: 0644]
res/drawable-xxhdpi/owncloud_progressbar_indeterminate_8.png [new file with mode: 0644]
res/layout/files.xml
res/values/colors.xml
res/values/styles.xml
src/com/owncloud/android/ui/activity/FileDisplayActivity.java