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

bottom_sheet_rounded.xml « drawable « res « main « src « app - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ba266ed32cc2f28910010be6d06fc6c21fe5890f (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <solid android:color="?attr/colorSurface" />
    <corners
        android:topLeftRadius="16dp"
        android:topRightRadius="16dp" />

</shape>