Browse Source

Blue bg added

master
preyearegmi 6 years ago
parent
commit
b0238e99b5
  1. 2
      app/src/main/res/drawable-xxhdpi/circular_valid_bg.xml
  2. 2
      app/src/main/res/drawable/curve_rectangle_blue_bg.xml

2
app/src/main/res/drawable-xxhdpi/circular_valid_bg.xml

@ -2,6 +2,6 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android" <shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval"> android:shape="oval">
<stroke android:width="1dp" android:color="@color/gray" /> <stroke android:width="1dp" android:color="@color/gray" />
<solid android:width="1dp" android:color="@color/green" />
<solid android:width="1dp" android:color="@color/bluebg" />
<size android:width="30dp" android:height="30dp"/> <size android:width="30dp" android:height="30dp"/>
</shape> </shape>

2
app/src/main/res/drawable/curve_rectangle_blue_bg.xml

@ -5,6 +5,6 @@
<corners android:topRightRadius="5dp" <corners android:topRightRadius="5dp"
android:bottomRightRadius="5dp" /> android:bottomRightRadius="5dp" />
<solid android:color="@color/blue" />
<solid android:color="@color/bluebg" />
</shape> </shape>
Loading…
Cancel
Save