summaryrefslogtreecommitdiffstats
path: root/photoviewer/sample/res/layout/activity_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'photoviewer/sample/res/layout/activity_main.xml')
-rw-r--r--photoviewer/sample/res/layout/activity_main.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/photoviewer/sample/res/layout/activity_main.xml b/photoviewer/sample/res/layout/activity_main.xml
new file mode 100644
index 0000000..ae94392
--- /dev/null
+++ b/photoviewer/sample/res/layout/activity_main.xml
@@ -0,0 +1,16 @@
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" >
+
+ <Button
+ android:id="@+id/button"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_centerHorizontal="true"
+ android:layout_centerVertical="true"
+ android:padding="@dimen/padding_medium"
+ android:text="@string/launch"
+ tools:context=".MainActivity" />
+
+</RelativeLayout>