aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/about_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/about_activity.xml')
-rw-r--r--main/res/layout/about_activity.xml28
1 files changed, 18 insertions, 10 deletions
diff --git a/main/res/layout/about_activity.xml b/main/res/layout/about_activity.xml
index 9325ea0..3f4ca00 100644
--- a/main/res/layout/about_activity.xml
+++ b/main/res/layout/about_activity.xml
@@ -5,16 +5,7 @@
android:background="?background_color"
android:orientation="vertical" >
- <LinearLayout style="@style/action_bar" >
-
- <ImageView
- style="@style/action_bar_action"
- android:onClick="goHome" />
-
- <View style="@style/action_bar_separator" />
-
- <TextView style="@style/action_bar_title" />
- </LinearLayout>
+ <include layout="@layout/actionbar"/>
<ScrollView
android:layout_width="fill_parent"
@@ -206,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" />