diff options
| author | campbeb <bpcampbell@gmail.com> | 2013-05-09 22:40:05 -1000 |
|---|---|---|
| committer | campbeb <bpcampbell@gmail.com> | 2013-05-09 22:40:05 -1000 |
| commit | 15be638f2294579a722f0cba9a4dcd8d9db6772d (patch) | |
| tree | 587a4ae99a526a28c38099721c4b2d36404a3c35 /main | |
| parent | 0e713f01ac7f119e450743c817e863bbd4a24fea (diff) | |
| download | cgeo-15be638f2294579a722f0cba9a4dcd8d9db6772d.zip cgeo-15be638f2294579a722f0cba9a4dcd8d9db6772d.tar.gz cgeo-15be638f2294579a722f0cba9a4dcd8d9db6772d.tar.bz2 | |
Set correct title for coords dialog
Diffstat (limited to 'main')
| -rw-r--r-- | main/res/layout/coords.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/res/layout/coords.xml b/main/res/layout/coords.xml index 70cce5a..4603360 100644 --- a/main/res/layout/coords.xml +++ b/main/res/layout/coords.xml @@ -7,7 +7,9 @@ <LinearLayout style="@style/action_bar" > - <include layout="@layout/actionbar_title_no_home" /> + <TextView + style="@style/action_bar_title" + android:text="@string/cache_coordinates" /> </LinearLayout> <ScrollView |
