summaryrefslogtreecommitdiffstats
path: root/photoviewer/src/com/android/ex/photo/provider/PhotoContract.java
diff options
context:
space:
mode:
authorAdam Copp <adamcopp@google.com>2012-09-21 03:58:14 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-09-21 03:58:16 -0700
commite02a7d708f11c3fe213d17a886eebe1131cd77f3 (patch)
treec8429bacb3cb9db79751a87ce8a1b0a68bd21019 /photoviewer/src/com/android/ex/photo/provider/PhotoContract.java
parenta0646d0f8e6f597bc6da6ae1fc15909eb2afdacf (diff)
parent5b5c48652859e1ba79542f59f94398f18e76ca30 (diff)
downloadandroid_frameworks_ex-e02a7d708f11c3fe213d17a886eebe1131cd77f3.tar.gz
android_frameworks_ex-e02a7d708f11c3fe213d17a886eebe1131cd77f3.tar.bz2
android_frameworks_ex-e02a7d708f11c3fe213d17a886eebe1131cd77f3.zip
Merge "Add option to permenantly show ProgressBar"
Diffstat (limited to 'photoviewer/src/com/android/ex/photo/provider/PhotoContract.java')
-rw-r--r--photoviewer/src/com/android/ex/photo/provider/PhotoContract.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/photoviewer/src/com/android/ex/photo/provider/PhotoContract.java b/photoviewer/src/com/android/ex/photo/provider/PhotoContract.java
index 439b68b..8483620 100644
--- a/photoviewer/src/com/android/ex/photo/provider/PhotoContract.java
+++ b/photoviewer/src/com/android/ex/photo/provider/PhotoContract.java
@@ -48,6 +48,11 @@ public final class PhotoContract {
* This string column is the MIME type.
*/
public static final String CONTENT_TYPE = "contentType";
+ /**
+ * This boolean column indicates that a loading indicator should display permenantly
+ * if no image urls are provided.
+ */
+ public static final String LOADING_INDICATOR = "loadingIndicator";
}