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: ab9d52ea233fef0221ad777fbd4bf26663937ee9 (plain)
1
2
3
4
5
6
7
8
<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>