Skip to content

Instantly share code, notes, and snippets.

@alohaabhi
Last active April 4, 2023 07:23
Show Gist options
  • Save alohaabhi/ade6681858125d86d5c732f1b21c8d33 to your computer and use it in GitHub Desktop.
Save alohaabhi/ade6681858125d86d5c732f1b21c8d33 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/light_gray"/>
<corners android:radius="16dp" />
</shape>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="16dp"
android:background="@drawable/rounded_corner_shape" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment