Fixed recurrence mapping bug

This commit is contained in:
Phillip Hsu
2016-06-01 17:23:35 -07:00
parent affab12f75
commit 4de02ed353
4 changed files with 18 additions and 15 deletions
@@ -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>