Skip to content

Instantly share code, notes, and snippets.

@Debdutta-Panda
Created October 23, 2022 17:31
Show Gist options
  • Save Debdutta-Panda/58fbbcdccfd51ca7f54324275938dc73 to your computer and use it in GitHub Desktop.
Save Debdutta-Panda/58fbbcdccfd51ca7f54324275938dc73 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<TextView android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello, I am a TextView" />
<Button android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello, I am a Button" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment