summaryrefslogtreecommitdiffstats
path: root/PicoLangInstallerEngGbr/res/layout/uninstall.xml
diff options
context:
space:
mode:
Diffstat (limited to 'PicoLangInstallerEngGbr/res/layout/uninstall.xml')
-rwxr-xr-xPicoLangInstallerEngGbr/res/layout/uninstall.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/PicoLangInstallerEngGbr/res/layout/uninstall.xml b/PicoLangInstallerEngGbr/res/layout/uninstall.xml
new file mode 100755
index 0000000..bc0cd11
--- /dev/null
+++ b/PicoLangInstallerEngGbr/res/layout/uninstall.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical" android:layout_width="fill_parent"
+ android:layout_height="fill_parent">
+
+ <TextView android:paddingTop="25dip" android:paddingBottom="45dip"
+ android:layout_width="wrap_content" android:layout_height="wrap_content"
+ android:layout_gravity="center" android:text="@string/uninstall_message"
+ android:textSize="18sp"
+ android:textColor="?android:attr/textColorPrimary" />
+
+ <Button android:id="@+id/uninstallButton"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content" android:layout_gravity="center"
+ android:text="@string/uninstall" android:textSize="25sp" />
+
+</LinearLayout>