summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_home_screen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/fragment_home_screen.xml')
-rw-r--r--app/src/main/res/layout/fragment_home_screen.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_home_screen.xml b/app/src/main/res/layout/fragment_home_screen.xml
index 3f50a40..884e98a 100644
--- a/app/src/main/res/layout/fragment_home_screen.xml
+++ b/app/src/main/res/layout/fragment_home_screen.xml
@@ -13,4 +13,23 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textAppearance="@android:style/TextAppearance.DeviceDefault.Medium"
+ android:text="Recent Images"
+ android:id="@+id/textView"
+ android:layout_alignParentTop="true"
+ android:layout_alignParentLeft="true"
+ android:layout_alignParentStart="true" />
+
+ <GridView
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:numColumns="3"
+ android:id="@+id/gridView"
+ android:layout_below="@+id/section_label"
+ android:layout_alignParentLeft="true"
+ android:layout_alignParentStart="true" />
+
</RelativeLayout>