diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2012-05-29 14:29:05 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2012-05-29 14:29:05 +0200 |
| commit | ff1902ee4167d7aa2d734031e9360cf02d017d55 (patch) | |
| tree | 2a2dcc61d96f7725bc871a05477e0c5d07b4f89e /main/res/layout | |
| parent | d8f07783fcd8ff5f0045dd8dae4ae2867c107a00 (diff) | |
| parent | ad3b6697ba92e0bd4f2af6c9a0dd3e5b29707aa7 (diff) | |
| download | cgeo-ff1902ee4167d7aa2d734031e9360cf02d017d55.zip cgeo-ff1902ee4167d7aa2d734031e9360cf02d017d55.tar.gz cgeo-ff1902ee4167d7aa2d734031e9360cf02d017d55.tar.bz2 | |
Merge branch 'release' into upstream
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/about.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/main/res/layout/about.xml b/main/res/layout/about.xml index 53ed03d..f03d847 100644 --- a/main/res/layout/about.xml +++ b/main/res/layout/about.xml @@ -57,6 +57,15 @@ <RelativeLayout style="@style/separator_horizontal_layout" > <View style="@style/separator_horizontal" /> <TextView style="@style/separator_horizontal_headline" + android:text="@string/about_version" /> + </RelativeLayout> + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:id="@+id/about_version_string" /> + <RelativeLayout style="@style/separator_horizontal_layout" > + <View style="@style/separator_horizontal" /> + <TextView style="@style/separator_horizontal_headline" android:text="@string/about_donate" /> </RelativeLayout> <LinearLayout |
