comparison 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
comparison
equal deleted inserted replaced
41:9231f1a41a59 42:45e4df5226c0
16 android:scaleType="centerInside" 16 android:scaleType="centerInside"
17 app:layout_constraintBottom_toTopOf="@id/scale_button" 17 app:layout_constraintBottom_toTopOf="@id/scale_button"
18 app:layout_constraintEnd_toEndOf="parent" 18 app:layout_constraintEnd_toEndOf="parent"
19 app:layout_constraintStart_toStartOf="parent" 19 app:layout_constraintStart_toStartOf="parent"
20 app:layout_constraintTop_toTopOf="parent" /> 20 app:layout_constraintTop_toTopOf="parent" />
21
22 <com.google.android.material.floatingactionbutton.FloatingActionButton
23 android:id="@+id/fabulous"
24 android:layout_width="wrap_content"
25 android:layout_height="wrap_content"
26 android:contentDescription="@string/share_text"
27 android:onClick="shareClicked"
28 android:src="@drawable/ic_action_share"
29 android:visibility="gone"
30 app:layout_constraintBottom_toBottomOf="@id/image"
31 app:layout_constraintEnd_toEndOf="@id/image"
32 app:layout_constraintStart_toEndOf="@id/image"
33 app:layout_constraintTop_toBottomOf="@id/image" />
21 34
22 <TextView 35 <TextView
23 android:id="@+id/image_size" 36 android:id="@+id/image_size"
24 android:layout_width="wrap_content" 37 android:layout_width="wrap_content"
25 android:layout_height="wrap_content" 38 android:layout_height="wrap_content"