diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-08-20 08:24:10 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-08-20 08:24:10 +0200 |
| commit | b2b28747ba656e32bdd69246e0cf10d78d5b604a (patch) | |
| tree | 65b1dcaeddc040a7bac376c5612d7dc97a80c615 /main/res/layout | |
| parent | c08ef3d80d4847389f0e6a39a254d6ec567260f8 (diff) | |
| download | cgeo-b2b28747ba656e32bdd69246e0cf10d78d5b604a.zip cgeo-b2b28747ba656e32bdd69246e0cf10d78d5b604a.tar.gz cgeo-b2b28747ba656e32bdd69246e0cf10d78d5b604a.tar.bz2 | |
add FAQ link to about activity
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/about_activity.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/main/res/layout/about_activity.xml b/main/res/layout/about_activity.xml index 542b2fd..4afb8a6 100644 --- a/main/res/layout/about_activity.xml +++ b/main/res/layout/about_activity.xml @@ -113,6 +113,22 @@ </RelativeLayout> <TextView + android:id="@+id/faq" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="left" + android:layout_marginBottom="5dip" + android:layout_marginLeft="10dip" + android:layout_marginRight="10dip" + android:clickable="true" + android:focusable="true" + android:linksClickable="false" + android:text="@string/faq" + android:textColor="?text_color" + android:textColorLink="?text_color_link" + android:textSize="14sp" /> + + <TextView android:id="@+id/support" android:layout_width="wrap_content" android:layout_height="wrap_content" |
