diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-01-28 07:10:49 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-01-28 07:10:49 +0100 |
| commit | 9b382b09a4586022183c749ff603285b6b732711 (patch) | |
| tree | 9c79eda8d0dc1202a6d7e78c64054acfc8a08245 /main/res/layout/attribute_descriptions.xml | |
| parent | af6345031c90b20f0434992c58827f84de080755 (diff) | |
| download | cgeo-9b382b09a4586022183c749ff603285b6b732711.zip cgeo-9b382b09a4586022183c749ff603285b6b732711.tar.gz cgeo-9b382b09a4586022183c749ff603285b6b732711.tar.bz2 | |
lint cleanups
* unused resources
* textIsSelectable
Diffstat (limited to 'main/res/layout/attribute_descriptions.xml')
| -rw-r--r-- | main/res/layout/attribute_descriptions.xml | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/main/res/layout/attribute_descriptions.xml b/main/res/layout/attribute_descriptions.xml index 1d2459f..45dd3cd 100644 --- a/main/res/layout/attribute_descriptions.xml +++ b/main/res/layout/attribute_descriptions.xml @@ -1,14 +1,18 @@ <?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:textSize="14dip" - android:textColor="?text_color" - android:textColorLink="?text_color_link" - android:linksClickable="true" /> -</LinearLayout> + 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="14dip" /> + +</LinearLayout>
\ No newline at end of file |
