add a jpg radio button to saving dialog

This commit is contained in:
tibbi
2017-04-09 15:49:31 +02:00
parent cca5e9d2b7
commit ecdbeab598
2 changed files with 22 additions and 6 deletions

View File

@ -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>