aboutsummaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values/style.xml
blob: d97daff5e8abe66c156f18fc20f88f5c4bca6fed (plain)
1
2
3
4
5
6
7
8
9
<resources>
    <style name="shape_appearance_article_header">
        <item name="cornerFamily">rounded</item>
        <item name="cornerSizeTopLeft">0dp</item>
        <item name="cornerSizeTopRight">0dp</item>
        <item name="cornerSizeBottomLeft">16dp</item>
        <item name="cornerSizeBottomRight">16dp</item>
    </style>
</resources>