Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98e4d2c2 authored by James Kung's avatar James Kung
Browse files

Red checkboxes

Change-Id: I57d958ab10aa4e8cd0807d7fdeaffad01a628eac
parent 3ac8116e
Loading
Loading
Loading
Loading
+1.16 KiB
Loading image diff...
+4.29 KiB
Loading image diff...
+24 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

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

    <item android:state_checked="true"
        android:drawable="@drawable/btn_check_on_holo_light_red" />

    <item android:state_checked="false"
        android:drawable="@drawable/btn_check_off_holo_light_red" />
</selector>
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
    <CheckBox
        android:id="@+id/city_onoff"
        android:clickable="false"
        android:button="@drawable/red_checkbox"
        android:layout_height="wrap_content"
        android:layout_width="wrap_content" />
    <TextView