summaryrefslogtreecommitdiff
path: root/samples/demos/res/layout/progress.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/demos/res/layout/progress.xml')
-rw-r--r--samples/demos/res/layout/progress.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/samples/demos/res/layout/progress.xml b/samples/demos/res/layout/progress.xml
deleted file mode 100644
index fe47c61..0000000
--- a/samples/demos/res/layout/progress.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical"
- android:gravity="center_horizontal"
- android:padding="20dip">
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="20dp"
- android:text="@string/progress_content" />
- <Button
- android:id="@+id/go"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:paddingLeft="40dp"
- android:paddingRight="40dp"
- android:text="Go" />
-</LinearLayout> \ No newline at end of file