diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-05-04 15:31:44 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-05-04 15:31:44 +0200 |
| commit | d1acac75b6af3239701a2df020488db2af2dcb05 (patch) | |
| tree | dec05f3ddc3d092d2a2b03fd5a1f20053c4e7ad5 /main/res/layout/waypoint_popup.xml | |
| parent | d4974e33bd2e7816d54709ee40869f79cf56d79c (diff) | |
| download | cgeo-d1acac75b6af3239701a2df020488db2af2dcb05.zip cgeo-d1acac75b6af3239701a2df020488db2af2dcb05.tar.gz cgeo-d1acac75b6af3239701a2df020488db2af2dcb05.tar.bz2 | |
refactoring: unify the action bar layout
Diffstat (limited to 'main/res/layout/waypoint_popup.xml')
| -rw-r--r-- | main/res/layout/waypoint_popup.xml | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/main/res/layout/waypoint_popup.xml b/main/res/layout/waypoint_popup.xml index 869ffa0..e5b4e6b 100644 --- a/main/res/layout/waypoint_popup.xml +++ b/main/res/layout/waypoint_popup.xml @@ -9,23 +9,9 @@ <TextView style="@style/action_bar_title" /> - <View style="@style/action_bar_separator" /> - - <ImageView - android:id="@+id/defaultNavigation" - style="@style/action_bar_action" - android:longClickable="true" - android:onClick="goDefaultNavigation" - android:src="@drawable/actionbar_compass_dark" /> - - <View - android:id="@+id/separator" - style="@style/action_bar_separator" /> - - <ImageView - style="@style/action_bar_action" - android:onClick="goManual" - android:src="@drawable/actionbar_manual" /> + <include layout="@layout/actionbar_button_compass"/> + + <include layout="@layout/actionbar_button_manual"/> </LinearLayout> <ScrollView |
