Welcome to mirror list, hosted at ThFree Co, Russian Federation.

border.xml « drawable-night « res « main « src « app - github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 48ec3e9be5d301b236c81a90b32cd5706479166c (plain)
1
2
3
4
5
6
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
    <solid android:color="@color/category_background" />
    <stroke android:width="1dip" android:color="@color/category_border"/>
    <corners
        android:radius="4dp" />
</shape>