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, 0 insertions, 16 deletions
diff --git a/photoviewer/sample/res/layout/activity_main.xml b/photoviewer/sample/res/layout/activity_main.xml
deleted file mode 100644
index ae94392..0000000
--- a/photoviewer/sample/res/layout/activity_main.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<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>