diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2013-07-14 15:35:44 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2013-07-14 15:50:31 +0200 |
| commit | 3a650d5f9fedf5d0499f36ca662513d398b1d81d (patch) | |
| tree | 2d32c00ae9a12090ea4cf8532b33e3956073b8d4 /main/res/layout | |
| parent | 4eaf37c757e26a7f4be52cea6d59e3c9871dbf5c (diff) | |
| download | cgeo-3a650d5f9fedf5d0499f36ca662513d398b1d81d.zip cgeo-3a650d5f9fedf5d0499f36ca662513d398b1d81d.tar.gz cgeo-3a650d5f9fedf5d0499f36ca662513d398b1d81d.tar.bz2 | |
fix #2956: management of release notes
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/about_activity.xml | 19 |
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> |
