Fixed recurrence mapping bug
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:textAllCaps="true"
|
||||
android:background="?selectableItemBackground"/>
|
||||
/>
|
||||
|
||||
<ToggleButton
|
||||
android:id="@+id/day2"
|
||||
@@ -115,7 +115,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:textAllCaps="true"
|
||||
android:background="?selectableItemBackground"/>
|
||||
/>
|
||||
|
||||
<ToggleButton
|
||||
android:id="@+id/day3"
|
||||
@@ -123,7 +123,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:textAllCaps="true"
|
||||
android:background="?selectableItemBackground"/>
|
||||
/>
|
||||
|
||||
<ToggleButton
|
||||
android:id="@+id/day4"
|
||||
@@ -131,7 +131,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:textAllCaps="true"
|
||||
android:background="?selectableItemBackground"/>
|
||||
/>
|
||||
|
||||
<ToggleButton
|
||||
android:id="@+id/day5"
|
||||
@@ -139,7 +139,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:textAllCaps="true"
|
||||
android:background="?selectableItemBackground"/>
|
||||
/>
|
||||
|
||||
<ToggleButton
|
||||
android:id="@+id/day6"
|
||||
@@ -147,7 +147,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:textAllCaps="true"
|
||||
android:background="?selectableItemBackground"/>
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user