mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Add button to SingleUploadFragment
This commit is contained in:
parent
4cb30739b8
commit
8c2d5f897a
2 changed files with 7 additions and 2 deletions
|
|
@ -60,8 +60,6 @@ public class SingleUploadFragment extends Fragment {
|
|||
editor.putString("Desc", desc);
|
||||
editor.apply();
|
||||
|
||||
|
||||
|
||||
uploadActionInitiatedHandler.uploadActionInitiated(title, desc);
|
||||
return true;
|
||||
|
||||
|
|
|
|||
|
|
@ -32,6 +32,13 @@
|
|||
android:hint="@string/share_description_hint"
|
||||
android:imeOptions="flagNoExtractUi"
|
||||
/>
|
||||
|
||||
<Button
|
||||
android:text="Same as previous upload"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/titleDescButton" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue