diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-05-10 09:27:06 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-05-10 09:27:06 +0200 |
| commit | 0e713f01ac7f119e450743c817e863bbd4a24fea (patch) | |
| tree | 90f6c384f749866241e4a3cdda0bf0aa7973dedc /main/res/layout/waypoint_popup.xml | |
| parent | d6e525eeba8fbd066138a9d6b98bb5683c18f449 (diff) | |
| download | cgeo-0e713f01ac7f119e450743c817e863bbd4a24fea.zip cgeo-0e713f01ac7f119e450743c817e863bbd4a24fea.tar.gz cgeo-0e713f01ac7f119e450743c817e863bbd4a24fea.tar.bz2 | |
fix exception in coords dialog
* introduced in d1acac75b6af3239701a2df020488db2af2dcb05
Diffstat (limited to 'main/res/layout/waypoint_popup.xml')
| -rw-r--r-- | main/res/layout/waypoint_popup.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/main/res/layout/waypoint_popup.xml b/main/res/layout/waypoint_popup.xml index b3806aa..c8b257c 100644 --- a/main/res/layout/waypoint_popup.xml +++ b/main/res/layout/waypoint_popup.xml @@ -7,9 +7,7 @@ <LinearLayout style="@style/action_bar" > - <TextView - android:id="@+id/actionbar_title" - style="@style/action_bar_title" /> + <include layout="@layout/actionbar_title_no_home" /> <include layout="@layout/actionbar_button_compass" /> </LinearLayout> |
