diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2012-05-31 18:23:40 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2012-05-31 18:23:40 +0200 |
| commit | c16250a729ef70f0103217b34d47a6a36e24db76 (patch) | |
| tree | 03ed78d2703c69be58cb8132f518977c8d6b704f /main/res/layout | |
| parent | a8db8013f86dc9e0de08188c8625e5f114dfb056 (diff) | |
| download | cgeo-c16250a729ef70f0103217b34d47a6a36e24db76.zip cgeo-c16250a729ef70f0103217b34d47a6a36e24db76.tar.gz cgeo-c16250a729ef70f0103217b34d47a6a36e24db76.tar.bz2 | |
Make the version a bold string
Part of #1686.
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/about.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/res/layout/about.xml b/main/res/layout/about.xml index 63ff4ae..4e64226 100644 --- a/main/res/layout/about.xml +++ b/main/res/layout/about.xml @@ -67,6 +67,7 @@ android:layout_marginBottom="5dip" android:layout_gravity="left" android:textSize="14dip" + android:textStyle="bold" android:textColor="?text_color" android:id="@+id/about_version_string" /> <RelativeLayout style="@style/separator_horizontal_layout" > |
