From a6f9976973b346eb98bb76244cec9d8b02881869 Mon Sep 17 00:00:00 2001 From: "Nelson A. de Oliveira" Date: Fri, 2 Aug 2013 22:18:18 -0300 Subject: [PATCH] Fix buttons order Layout uses the wrong button order for API >= 14: Cancel button should be on the left (was "Save | Cancel", should be "Cancel | Save") --- OsmAnd/res/layout/editing_poi.xml | 2 +- OsmAnd/res/layout/save_directions_dialog.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OsmAnd/res/layout/editing_poi.xml b/OsmAnd/res/layout/editing_poi.xml index 9c9db12907..aef8b3823d 100644 --- a/OsmAnd/res/layout/editing_poi.xml +++ b/OsmAnd/res/layout/editing_poi.xml @@ -206,8 +206,8 @@ - + diff --git a/OsmAnd/res/layout/save_directions_dialog.xml b/OsmAnd/res/layout/save_directions_dialog.xml index 0c7d246183..ba047aaa3a 100644 --- a/OsmAnd/res/layout/save_directions_dialog.xml +++ b/OsmAnd/res/layout/save_directions_dialog.xml @@ -10,7 +10,7 @@ - +