aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/attribute_descriptions.xml
blob: 1e67f723c207a8118bb2e1cff43df8a681252bf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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:linksClickable="true"
        android:textColor="?text_color"
        android:textColorLink="?text_color_link"
        android:textIsSelectable="false"
        android:textSize="14sp" />

</LinearLayout>