mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-06-05 21:59:17 +02:00
Show spinner to select the save format
This commit is contained in:
@ -20,7 +20,7 @@
|
|||||||
android:layout_toLeftOf="@+id/file_extension"
|
android:layout_toLeftOf="@+id/file_extension"
|
||||||
android:singleLine="true"/>
|
android:singleLine="true"/>
|
||||||
|
|
||||||
<TextView
|
<Spinner
|
||||||
android:id="@+id/file_extension"
|
android:id="@+id/file_extension"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
@ -29,6 +29,6 @@
|
|||||||
android:layout_alignTop="@+id/file_name"
|
android:layout_alignTop="@+id/file_name"
|
||||||
android:layout_below="@+id/file_name_label"
|
android:layout_below="@+id/file_name_label"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:text=".png"/>
|
android:entries="@array/save_formats"/>
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
@ -12,6 +12,10 @@
|
|||||||
<string name="no_permissions">Could not save the file without accessing the external storage</string>
|
<string name="no_permissions">Could not save the file without accessing the external storage</string>
|
||||||
<string name="ok">OK</string>
|
<string name="ok">OK</string>
|
||||||
<string name="cancel">Cancel</string>
|
<string name="cancel">Cancel</string>
|
||||||
|
<string-array name="save_formats" translatable="false">
|
||||||
|
<item>.png</item>
|
||||||
|
<item>.svg</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
<!-- Settings -->
|
<!-- Settings -->
|
||||||
<string name="settings">Settings</string>
|
<string name="settings">Settings</string>
|
||||||
|
Reference in New Issue
Block a user