Skip to content

Commit

Permalink
Add styling to section header
Browse files Browse the repository at this point in the history
  • Loading branch information
seadowg authored and grzesiek2010 committed Oct 19, 2023
1 parent 66d9dd6 commit 02b71ea
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions collect_app/src/main/res/xml/form_entry_access_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
android:title="@string/moving_backwards_title"
app:iconSpaceReserved="false" />

<PreferenceCategory android:title="@string/form_entry"
<PreferenceCategory
android:title="@string/form_entry"
app:allowDividerAbove="false"
app:allowDividerBelow="false"
app:iconSpaceReserved="false" >
app:iconSpaceReserved="false">
<CheckBoxPreference
android:key="access_settings"
android:title="@string/project_settings"
Expand All @@ -26,15 +27,16 @@
app:iconSpaceReserved="false" />
<CheckBoxPreference
android:key="save_mid"
android:title="@string/save_mid"
android:summary="@string/save_mid_summary"
android:title="@string/save_mid"
app:iconSpaceReserved="false" />
</PreferenceCategory>

<PreferenceCategory android:title="@string/form_end"
<PreferenceCategory
android:title="@string/form_end"
app:allowDividerAbove="false"
app:allowDividerBelow="false"
app:iconSpaceReserved="false" >
app:iconSpaceReserved="false">
<CheckBoxPreference
android:key="save_as_draft"
android:title="@string/save_as_draft"
Expand All @@ -45,7 +47,11 @@
app:iconSpaceReserved="false" />
</PreferenceCategory>

<PreferenceCategory android:title="@string/uncheck_to_hide_from_drafts">
<PreferenceCategory
android:title="@string/uncheck_to_hide_from_drafts"
app:allowDividerAbove="false"
app:allowDividerBelow="false"
app:iconSpaceReserved="false">
<CheckBoxPreference
android:key="bulk_finalize"
android:title="@string/finalize_all_forms"
Expand Down

0 comments on commit 02b71ea

Please sign in to comment.