diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-05-11 14:59:06 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-05-11 14:59:06 +0200 |
| commit | d03e2b1c6a7592b88f7c2c8de01f6978d5429e24 (patch) | |
| tree | a9b79c45eb2738c0b2e2eb1925b748c2fea84995 /main/res/layout | |
| parent | 4e6111aacd050a4c2f3aabb8ef6c851f1d13728b (diff) | |
| download | cgeo-d03e2b1c6a7592b88f7c2c8de01f6978d5429e24.zip cgeo-d03e2b1c6a7592b88f7c2c8de01f6978d5429e24.tar.gz cgeo-d03e2b1c6a7592b88f7c2c8de01f6978d5429e24.tar.bz2 | |
new: link to market place in about activity
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/about_activity.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/main/res/layout/about_activity.xml b/main/res/layout/about_activity.xml index b0de7ea..3f4ca00 100644 --- a/main/res/layout/about_activity.xml +++ b/main/res/layout/about_activity.xml @@ -197,6 +197,23 @@ android:textColorLink="?text_color_link" android:textSize="14dip" /> + <TextView + android:id="@+id/market" + 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:onClick="market" + android:text="@string/market" + android:textColor="?text_color" + android:textColorLink="?text_color_link" + android:textSize="14dip" /> + <RelativeLayout style="@style/separator_horizontal_layout" > <View style="@style/separator_horizontal" /> |
