diff options
Diffstat (limited to 'main/res')
| -rw-r--r-- | main/res/layout/editor.xml | 25 | ||||
| -rw-r--r-- | main/res/values-it/strings.xml | 2 |
2 files changed, 1 insertions, 26 deletions
diff --git a/main/res/layout/editor.xml b/main/res/layout/editor.xml deleted file mode 100644 index d556836..0000000 --- a/main/res/layout/editor.xml +++ /dev/null @@ -1,25 +0,0 @@ -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/linearLayout1" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:orientation="vertical" > - - <EditText - android:id="@+id/editorEditText" - android:layout_width="match_parent" - android:layout_height="0dp" - android:layout_weight="1" - android:inputType="textMultiLine" - android:scrollbars="vertical" > - - <requestFocus /> - </EditText> - - <Button - android:id="@+id/editorSave" - style="@style/button_full" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:text="@string/editor_save" /> - -</LinearLayout>
\ No newline at end of file diff --git a/main/res/values-it/strings.xml b/main/res/values-it/strings.xml index a36493d..b3af349 100644 --- a/main/res/values-it/strings.xml +++ b/main/res/values-it/strings.xml @@ -1005,7 +1005,7 @@ <string name="attribute_inside_no">Senza aree interne</string> <string name="attribute_in_water_yes">In acqua</string> <string name="attribute_in_water_no">Non in acqua</string> - <string name="attribute_no_gps_yes">Senza GPS (lettere, cistes, carta e bussola...)</string> + <string name="attribute_no_gps_yes">Senza GPS (lettere, cistes, carta e bussola…)</string> <string name="attribute_no_gps_no">Con GPS</string> <string name="attribute_overnight_yes">Necessario permanere di notte</string> <string name="attribute_overnight_no">Permanenza notturna non necessaria</string> |
