mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-06-05 21:59:17 +02:00
add a jpg radio button to saving dialog
This commit is contained in:
@ -56,5 +56,11 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text=".svg"/>
|
||||
|
||||
<com.simplemobiletools.commons.views.MyCompatRadioButton
|
||||
android:id="@+id/save_image_radio_jpg"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text=".jpg"/>
|
||||
|
||||
</RadioGroup>
|
||||
</LinearLayout>
|
||||
|
Reference in New Issue
Block a user