summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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