Browse Source

Background fixes

master
preyearegmi 6 years ago
parent
commit
48487952d5
  1. 7
      app/src/main/res/drawable/ic_rectangle_blue_rounded.xml

7
app/src/main/res/drawable/ic_rectangle_blue_rounded.xml

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/bluebg" />
<corners android:radius="30dp" />
</shape>
Loading…
Cancel
Save