Fixes #323: Provide explicit selection of licenses when uploading image

This commit is contained in:
maskara 2017-03-05 05:36:35 +05:30
parent 74f9775771
commit 7bca88bf39
2 changed files with 65 additions and 5 deletions

View file

@ -32,6 +32,13 @@
android:imeOptions="flagNoExtractUi"
/>
<Spinner
android:id="@+id/licenseSpinner"
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
</Spinner>
<Button
android:text="@string/use_previous"
android:background="#90000000"