Add button to SingleUploadFragment

This commit is contained in:
misaochan 2016-10-07 18:34:55 +13:00
parent 4cb30739b8
commit 8c2d5f897a
2 changed files with 7 additions and 2 deletions

View file

@ -60,8 +60,6 @@ public class SingleUploadFragment extends Fragment {
editor.putString("Desc", desc); editor.putString("Desc", desc);
editor.apply(); editor.apply();
uploadActionInitiatedHandler.uploadActionInitiated(title, desc); uploadActionInitiatedHandler.uploadActionInitiated(title, desc);
return true; return true;

View file

@ -32,6 +32,13 @@
android:hint="@string/share_description_hint" android:hint="@string/share_description_hint"
android:imeOptions="flagNoExtractUi" 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 <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"