aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/attrs.xml
blob: 037324780e6585b7a81ebafec5d534fe5b0bf142 (about) (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?><!--
  ~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
  ~ SPDX-License-Identifier: GPL-3.0-only
  -->

<resources>
    <declare-styleable name="Multiselected">
        <attr name="state_multiselected" format="boolean" />
    </declare-styleable>
</resources>