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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-04-24 10:30:59 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-04-24 15:12:11 +0300
commit4a7f37694e49a0e5635e9695a6464b013c66f09a (patch)
treeaa8069b6a29611767b0711309b7afcd0d28bdb8d /app/src/main/res/drawable
parent4c4e41ac299e753ace433cf0e603332b175ba2ca (diff)
#396 Filter cards
Select labels
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/selected.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/drawable/selected.xml b/app/src/main/res/drawable/selected.xml
index cc62aec0d..cb301fd84 100644
--- a/app/src/main/res/drawable/selected.xml
+++ b/app/src/main/res/drawable/selected.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:enterFadeDuration="@android:integer/config_shortAnimTime" android:state_activated="true">
+ <item android:enterFadeDuration="@android:integer/config_shortAnimTime" android:state_selected="true">
<layer-list>
<item>
<shape android:shape="oval">