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

Commit 39a0e43

Browse files
committed
Added button to layout.
1 parent 0735b3a commit 39a0e43

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

asset-browser-ui/app/src/main/res/layout/content_main.xml

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

15-
<TextView
16-
android:layout_width="wrap_content"
15+
<Button
16+
android:layout_width="match_parent"
1717
android:layout_height="wrap_content"
18-
android:text="Hello World!" />
18+
android:text="View Creative Cloud Assets"
19+
android:id="@+id/launchAssetBrowserButton"
20+
android:layout_alignParentTop="true"
21+
android:layout_centerHorizontal="true" />
1922
</RelativeLayout>

0 commit comments

Comments
 (0)