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

Commit 86990a82 authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Merge branch '2-issue' into 'master'

Repeat switch fix button when checked state is true

Closes #2

See merge request e/apps/Calendar!10
parents 0d09b3da ab599417
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_checked="true" >
        <shape android:shape="line">
        <shape android:shape="oval">
            <solid android:color="#467fda" />
            <size android:width="20dp" />
            <size android:height="20dp"/>