Skip to content

Commit 433dd0f

Browse files
authored
Added contents of activity_main.xml.
1 parent cb5f6c5 commit 433dd0f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- For activity embedding snippets. -->
3+
<androidx.constraintlayout.widget.ConstraintLayout
4+
xmlns:android="http://schemas.android.com/apk/res/android"
5+
android:layout_width="match_parent"
6+
android:layout_height="match_parent">
17

8+
<Button
9+
android:text="Info"
10+
android:layout_width="wrap_content"
11+
android:layout_height="wrap_content"
12+
android:id="@+id/infoButton"/>
13+
14+
<Button
15+
android:text="Pin"
16+
android:layout_width="wrap_content"
17+
android:layout_height="wrap_content"
18+
android:id="@+id/pinButton"/>
19+
20+
</androidx.constraintlayout.widget.ConstraintLayout>

0 commit comments

Comments
 (0)