|
138 | 138 |
|
139 | 139 | </RelativeLayout> |
140 | 140 |
|
141 | | - <RelativeLayout |
142 | | - android:id="@+id/settings_allow_creating_tasks_holder" |
143 | | - style="@style/SettingsHolderCheckboxStyle" |
144 | | - android:layout_width="match_parent" |
145 | | - android:layout_height="wrap_content" |
146 | | - android:background="@drawable/ripple_background"> |
147 | | - |
148 | | - <com.simplemobiletools.commons.views.MyAppCompatCheckbox |
149 | | - android:id="@+id/settings_allow_creating_tasks" |
150 | | - style="@style/SettingsCheckboxStyle" |
151 | | - android:layout_width="match_parent" |
152 | | - android:layout_height="wrap_content" |
153 | | - android:text="@string/allow_creating_tasks" /> |
154 | | - |
155 | | - </RelativeLayout> |
156 | | - |
157 | 141 | <RelativeLayout |
158 | 142 | android:id="@+id/settings_sunday_first_holder" |
159 | 143 | style="@style/SettingsHolderCheckboxStyle" |
|
942 | 926 | </RelativeLayout> |
943 | 927 | </LinearLayout> |
944 | 928 |
|
| 929 | + <TextView |
| 930 | + android:id="@+id/settings_tasks_label" |
| 931 | + style="@style/SettingsSectionLabelStyle" |
| 932 | + android:layout_width="match_parent" |
| 933 | + android:layout_height="wrap_content" |
| 934 | + android:text="@string/tasks" /> |
| 935 | + |
| 936 | + <LinearLayout |
| 937 | + android:id="@+id/settings_tasks_holder" |
| 938 | + android:layout_width="match_parent" |
| 939 | + android:layout_height="wrap_content" |
| 940 | + android:layout_margin="@dimen/medium_margin" |
| 941 | + android:background="@drawable/section_holder_stroke" |
| 942 | + android:orientation="vertical"> |
| 943 | + |
| 944 | + <RelativeLayout |
| 945 | + android:id="@+id/settings_allow_creating_tasks_holder" |
| 946 | + style="@style/SettingsHolderCheckboxStyle" |
| 947 | + android:layout_width="match_parent" |
| 948 | + android:layout_height="wrap_content" |
| 949 | + android:background="@drawable/ripple_all_corners"> |
| 950 | + |
| 951 | + <com.simplemobiletools.commons.views.MyAppCompatCheckbox |
| 952 | + android:id="@+id/settings_allow_creating_tasks" |
| 953 | + style="@style/SettingsCheckboxStyle" |
| 954 | + android:layout_width="match_parent" |
| 955 | + android:layout_height="wrap_content" |
| 956 | + android:text="@string/allow_creating_tasks" /> |
| 957 | + |
| 958 | + </RelativeLayout> |
| 959 | + |
| 960 | + </LinearLayout> |
| 961 | + |
945 | 962 | <TextView |
946 | 963 | android:id="@+id/settings_migrating_label" |
947 | 964 | style="@style/SettingsSectionLabelStyle" |
|
0 commit comments