The problem is my drawable background is not showing as android Designer
my project contain this
<TextView
android:id="@+id/BloodType"
android:layout_width="40px"
android:layout_height="40px"
android:background="@drawable/circle"
android:gravity="center"
android:textIsSelectable="false"
android:textColor="#ffffff" />
and this is circle.mxl
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<gradient
android:endColor="#ffffff"
android:gradientRadius="10"
android:startColor="#ff0522"
android:type="radial"></gradient>
<stroke
android:width="1dp"
android:color="#000000"></stroke>
can any one Help me because I'am new to android devolopment
thanxx advance ...