]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/drawable-anydpi/ic_checkbox_star_white.xml
Транзакция → Движение навсякъде
[mobile-ledger.git] / app / src / main / res / drawable-anydpi / ic_checkbox_star_white.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3   ~ Copyright Google Inc.
4   ~
5   ~ Licensed under the Apache License, version 2.0 ("the License");
6   ~ you may not use this file except in compliance with the License.
7   ~ You may obtain a copy of the license at:
8   ~
9   ~ https://www.apache.org/licenses/LICENSE-2.0
10   ~
11   ~ Unless required by applicable law or agreed to in writing, software
12   ~ distribution under the License is distributed on an "AS IS" BASIS,
13   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   ~ See the License for the specific language governing permissions and
15   ~ limitations under the License.
16   ~
17   ~ Modified/adapted by Damyan Ivanov for MoLe
18   -->
19
20 <selector xmlns:android="http://schemas.android.com/apk/res/android">
21     <item android:drawable="@drawable/ic_star_border_white_24dp"
22         android:state_checked="false"/>
23     <item android:drawable="@drawable/ic_star_white_24dp"
24         android:state_checked="true"/>
25     <item android:drawable="@drawable/ic_star_border_white_24dp" />
26 </selector>