Skip to content

Instantly share code, notes, and snippets.

@skydoves

skydoves/xml.xml Secret

Created September 28, 2024 05:43
Show Gist options
  • Save skydoves/86261f8af6e4e5ca775d2e6a87ba1055 to your computer and use it in GitHub Desktop.
Save skydoves/86261f8af6e4e5ca775d2e6a87ba1055 to your computer and use it in GitHub Desktop.
xml
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="horizontal"
android:padding="4dp">
<Button
android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:text="Clicked: 0" />
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment