Skip to content
This repository was archived by the owner on Jul 27, 2019. It is now read-only.

Commit 659e886

Browse files
committed
Added an ImageView for the edited image.
1 parent 6bb0c18 commit 659e886

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

image-editor-ui/app/src/main/res/layout/content_main.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@
1212
tools:context="com.adobe.imageeditorui.MainActivity"
1313
tools:showIn="@layout/activity_main">
1414

15-
<TextView
16-
android:layout_width="wrap_content"
15+
<ImageView
16+
android:layout_width="match_parent"
1717
android:layout_height="wrap_content"
18-
android:text="Hello World!" />
18+
android:id="@+id/editedImageView"
19+
android:adjustViewBounds="true"
20+
android:layout_centerHorizontal="true"
21+
android:layout_centerVertical="true"/>
22+
1923
</RelativeLayout>

0 commit comments

Comments
 (0)