summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatherine Kuan <katherinekuan@google.com>2014-02-12 14:53:24 -0800
committerKatherine Kuan <katherinekuan@google.com>2014-02-12 15:33:30 -0800
commit64526120cd8da89bcb9a48acf95307d2c172a6e8 (patch)
treeecc6497c401befd1e82845564a0111d06fdaac00
parent601ab11519a115ae3cdcffa2705a138390f0a634 (diff)
downloaddemos-64526120cd8da89bcb9a48acf95307d2c172a6e8.tar.gz
No content description is needed because this image contains content from the app (it is not an icon). Modify build instructions for the app because there are still lint errors in the app compat support library. Change-Id: Ia6dae6dba4e616d609498132b17fd88dc07e6ce4
-rw-r--r--JustForUs/README4
-rw-r--r--JustForUs/justforus/src/main/res/layout/grid_item.xml1
2 files changed, 3 insertions, 2 deletions
diff --git a/JustForUs/README b/JustForUs/README
index 6d80064..114aae4 100644
--- a/JustForUs/README
+++ b/JustForUs/README
@@ -4,7 +4,7 @@ Build Instructions
-------------------
This sample uses the Gradle build system. To build this project, use the
-"gradlew build" command or use "Import Project" in Android Studio.
+"gradlew assemble" command or use "Import Project" in Android Studio.
To see a list of all available commands, run "gradlew tasks".
@@ -23,4 +23,4 @@ Android Studio is available for download at:
The images in the app's main/assets folder are licensed under Creative Commons Attribution 2.5
(http://creativecommons.org/licenses/by/2.5/). They can be attributed to Katherine Kuan.
-Please follow the best practices for attribution (http://wiki.creativecommons.org/Marking/Users). \ No newline at end of file
+Please follow the best practices for attribution (http://wiki.creativecommons.org/Marking/Users).
diff --git a/JustForUs/justforus/src/main/res/layout/grid_item.xml b/JustForUs/justforus/src/main/res/layout/grid_item.xml
index db62bda..7733478 100644
--- a/JustForUs/justforus/src/main/res/layout/grid_item.xml
+++ b/JustForUs/justforus/src/main/res/layout/grid_item.xml
@@ -25,6 +25,7 @@
android:layout_alignParentTop="true"
android:layout_height="match_parent"
android:layout_width="match_parent"
+ android:contentDescription="@null"
android:scaleType="centerCrop"/>
<LinearLayout