summaryrefslogtreecommitdiffstats
path: root/mobile/android/base/resources/color/recyclerview_selector.xml
blob: 6ecc3c5e219541c497712bc8a1572213a9412ae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<selector xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:state_pressed="true"
          android:drawable="@color/highlight" />

    <item android:drawable="@android:color/transparent"/>

</selector>