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

bg_navdrawer_item.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: 0c60f8c768b4002c9e5a678db5bf05c3877273fd (plain)
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:color="@color/bg_highlighted" android:state_checked="true" />
    <item android:color="@android:color/transparent" />
</selector>