diff app/src/main/res/layout/activity_edit_image.xml @ 42:45e4df5226c0

Shares, but creates multiple versions of cruft file.
author David Barts <n5jrn@me.com>
date Sat, 10 Apr 2021 09:02:44 -0700
parents 3aaf65a7fb9c
children
line wrap: on
line diff
--- a/app/src/main/res/layout/activity_edit_image.xml	Thu Apr 08 21:00:57 2021 -0700
+++ b/app/src/main/res/layout/activity_edit_image.xml	Sat Apr 10 09:02:44 2021 -0700
@@ -19,6 +19,19 @@
         app:layout_constraintStart_toStartOf="parent"
         app:layout_constraintTop_toTopOf="parent" />
 
+    <com.google.android.material.floatingactionbutton.FloatingActionButton
+        android:id="@+id/fabulous"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:contentDescription="@string/share_text"
+        android:onClick="shareClicked"
+        android:src="@drawable/ic_action_share"
+        android:visibility="gone"
+        app:layout_constraintBottom_toBottomOf="@id/image"
+        app:layout_constraintEnd_toEndOf="@id/image"
+        app:layout_constraintStart_toEndOf="@id/image"
+        app:layout_constraintTop_toBottomOf="@id/image" />
+
     <TextView
         android:id="@+id/image_size"
         android:layout_width="wrap_content"