mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Fixes #323: Provide explicit selection of licenses when uploading image
This commit is contained in:
parent
74f9775771
commit
7bca88bf39
2 changed files with 65 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue