mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-22 01:51:47 +00:00
9 lines
354 B
XML
9 lines
354 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="@color/my_accent" />
|
|
<corners android:bottomRightRadius="2dip"
|
|
android:bottomLeftRadius="2dip"
|
|
android:topRightRadius="2dip"
|
|
android:topLeftRadius="2dip"/>
|
|
</shape> |