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

6 lines
182 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
2019-10-01 08:42:56 +02:00
<corners android:radius="5dp"/>
</shape>