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.xml19
1 files changed, 16 insertions, 3 deletions
diff --git a/main/res/layout/about_activity.xml b/main/res/layout/about_activity.xml
index 9325ea0..f6d20da 100644
--- a/main/res/layout/about_activity.xml
+++ b/main/res/layout/about_activity.xml
@@ -216,14 +216,27 @@
</RelativeLayout>
<TextView
- android:id="@+id/changelog"
+ android:id="@+id/changelog_master"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
android:layout_margin="7dip"
android:linksClickable="true"
android:paddingLeft="3dip"
- android:text="@string/changelog"
+ android:text="@string/changelog_master"
+ android:textColor="?text_color"
+ android:textColorLink="?text_color_link"
+ android:textSize="12dip" />
+
+ <TextView
+ android:id="@+id/changelog_release"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="left"
+ android:layout_margin="7dip"
+ android:linksClickable="true"
+ android:paddingLeft="3dip"
+ android:text="@string/changelog_release"
android:textColor="?text_color"
android:textColorLink="?text_color_link"
android:textSize="12dip" />
@@ -252,4 +265,4 @@
</LinearLayout>
</ScrollView>
-</LinearLayout> \ No newline at end of file
+</LinearLayout>