GitNex-Android-App/app/src/main/res/drawable/shape_round_corners.xml

8 lines
246 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="?attr/materialCardBackgroundColor"/>
<corners android:radius="18dp"/>
</shape>