Grant that progress bar in notifications is shown in Android 2.x and 3.x devices
authorDavid A. Velasco <dvelasco@solidgear.es>
Thu, 20 Mar 2014 09:43:06 +0000 (10:43 +0100)
committerDavid A. Velasco <dvelasco@solidgear.es>
Thu, 20 Mar 2014 09:43:06 +0000 (10:43 +0100)
commit604abaf3b45aa593d186c8a1400a8b624f5c147b
tree6e36cb5cf6cd5e6604358a61a1126f73dbb6cc93
parent1b8b4cf3b722311b52f364bb7652a8fc0ab24709
Grant that progress bar in notifications is shown in Android 2.x and 3.x devices
res/layout-v11/notification_with_progress_bar.xml [new file with mode: 0644]
res/layout/notification_with_progress_bar.xml [new file with mode: 0644]
src/com/owncloud/android/files/services/FileDownloader.java
src/com/owncloud/android/files/services/FileUploader.java
src/com/owncloud/android/utils/NotificationBuilderWithProgressBar.java [new file with mode: 0644]