Skip to content

Instantly share code, notes, and snippets.

@aqua30
Created March 6, 2022 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aqua30/7d7f626820ad1e19a56caa203757c890 to your computer and use it in GitHub Desktop.
Save aqua30/7d7f626820ad1e19a56caa203757c890 to your computer and use it in GitHub Desktop.
Curved rectangle background shape
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/white" />
<corners android:topLeftRadius="25dp" android:topRightRadius="25dp" />
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment