aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/attribute_descriptions.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/attribute_descriptions.xml')
-rw-r--r--main/res/layout/attribute_descriptions.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/main/res/layout/attribute_descriptions.xml b/main/res/layout/attribute_descriptions.xml
deleted file mode 100644
index 1e67f72..0000000
--- a/main/res/layout/attribute_descriptions.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/attribute_descriptions"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content" >
-
- <TextView
- android:id="@+id/attribute_descriptions_textview"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="left"
- android:linksClickable="true"
- android:textColor="?text_color"
- android:textColorLink="?text_color_link"
- android:textIsSelectable="false"
- android:textSize="14sp" />
-
-</LinearLayout> \ No newline at end of file