diff --git a/DataExtractionOSM/src/com/osmand/ToDoConstants.java b/DataExtractionOSM/src/com/osmand/ToDoConstants.java index 96adabb91f..c77b4fc3c2 100644 --- a/DataExtractionOSM/src/com/osmand/ToDoConstants.java +++ b/DataExtractionOSM/src/com/osmand/ToDoConstants.java @@ -25,6 +25,7 @@ public class ToDoConstants { // 30. Performance issue with map drawing : // introduce one place where refreshMap will be called using postMessage mechanism (delay more than > 50 ? ms). // Introducing cache of file names that are on disk (creating new File() consumes a lot of memory) +// 31. Translation. // FIXME Bugs Android : diff --git a/OsmAnd/res/layout/menu.xml b/OsmAnd/res/layout/menu.xml index 9314de4f92..c2b815c732 100644 --- a/OsmAnd/res/layout/menu.xml +++ b/OsmAnd/res/layout/menu.xml @@ -4,16 +4,20 @@ android:layout_width="fill_parent" android:orientation="vertical" android:layout_height="fill_parent" android:background="@color/menu_background"> - - + - + android:text="@string/settings_Button" android:layout_width="300dp" android:layout_marginTop="10dp">