Created
March 15, 2018 13:05
-
-
Save badarshahzad/8163dc1a11166b939d9f4b39a90c58e9 to your computer and use it in GitHub Desktop.
Add background xml view
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is just simple line to add in the background
android:background="@drawable/background_circle"