We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5f6c5 commit 433dd0fCopy full SHA for 433dd0f
misc/src/main/res/layout/activity_main.xml
@@ -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">
7
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
15
+ android:text="Pin"
16
17
18
+ android:id="@+id/pinButton"/>
19
20
+</androidx.constraintlayout.widget.ConstraintLayout>
0 commit comments