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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-03-16 15:54:20 +0300
committerStefan Niedermann <info@niedermann.it>2021-03-16 15:54:20 +0300
commit1a0e99fd4d456e02ef38332fc1a50ad842f0142a (patch)
treea94deca9fe50b9e7c7adebb99b983cb0a1105a23 /app/src/main/res
parent529bfd7f7aabd2fc00d73600e7fbdd7f9d2e70e7 (diff)
parente9e4ea833d14193afbaeddf33748eb1b402e2974 (diff)
Merge branch 'master' into 831-room
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/color/grid_item_background_selector.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/color/grid_item_background_selector.xml b/app/src/main/res/color/grid_item_background_selector.xml
new file mode 100644
index 00000000..cc841345
--- /dev/null
+++ b/app/src/main/res/color/grid_item_background_selector.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?><!-- Same as grid_item_background_selector in res/drawable, but can be applied as BackgroundColorResource -->
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:color="@color/bg_highlighted" android:state_selected="true" />
+ <item android:color="@android:color/transparent" />
+</selector>