Skip to content

Instantly share code, notes, and snippets.

@badarshahzad
Created March 15, 2018 13:05
Show Gist options
  • Save badarshahzad/8163dc1a11166b939d9f4b39a90c58e9 to your computer and use it in GitHub Desktop.
Save badarshahzad/8163dc1a11166b939d9f4b39a90c58e9 to your computer and use it in GitHub Desktop.
Add background xml view
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="@color/colorDark" />
<size android:width="42dp"
android:height="42dp"/>
</shape>
@badarshahzad
Copy link
Author

This is just simple line to add in the background android:background="@drawable/background_circle"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment