aboutsummaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-10-24 20:51:56 -0700
committerScott Jackson <daneren2005@gmail.com>2013-10-24 20:51:56 -0700
commit71b668357293b5f2f803ac3a601c2b4f0641b795 (patch)
tree13c2c4ed10c00e8e7f42c4221fbb4aa67c3821d6 /res/layout
parenteab55ff830dfeb045225307f0bf51cb3cacc01d6 (diff)
downloaddsub-71b668357293b5f2f803ac3a601c2b4f0641b795.tar.gz
dsub-71b668357293b5f2f803ac3a601c2b4f0641b795.tar.bz2
dsub-71b668357293b5f2f803ac3a601c2b4f0641b795.zip
Remove useless help page
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/help.xml42
1 files changed, 0 insertions, 42 deletions
diff --git a/res/layout/help.xml b/res/layout/help.xml
deleted file mode 100644
index f22dee37..00000000
--- a/res/layout/help.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
-
- <LinearLayout android:id="@+id/help_buttons"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_weight="0"
- android:layout_alignParentBottom="true"
- android:padding="4dip"
- android:gravity="center_horizontal"
- android:background="#ffcccccc">
-
- <Button android:id="@+id/help_back"
- android:text="@string/help.back"
- android:layout_width="wrap_content"
- android:layout_height="fill_parent"
- android:layout_marginRight="5dip"
- android:paddingLeft="25dip"
- android:paddingRight="25dip"/>
-
- <Button android:id="@+id/help_close"
- android:text="@string/help.close"
- android:layout_width="wrap_content"
- android:layout_height="fill_parent"
- android:layout_marginLeft="5dip"
- android:paddingLeft="25dip"
- android:paddingRight="25dip"/>
- </LinearLayout>
-
-
- <WebView
- android:id="@+id/help_contents"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_above="@id/help_buttons"
- android:layout_weight="1"
- android:fadingEdge="vertical"
- android:fadingEdgeLength="12dip"/>
-
- </RelativeLayout>