Status bar can now be hidden or shown as desired

This commit is contained in:
ottoptj 2024-08-06 04:15:59 +03:00
commit c145eec220
3 changed files with 38 additions and 6 deletions

View file

@ -115,6 +115,18 @@
app:title="Search Size"
app:useSimpleSummaryProvider="true" />
</PreferenceCategory>
<PreferenceCategory
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:allowDividerAbove="false"
app:title="System bars">
<SwitchPreference
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:defaultValue="false"
android:title="Show Status Bar"
app:key="barVisibility" />
</PreferenceCategory>
<PreferenceCategory
android:layout_width="wrap_content"
android:layout_height="wrap_content"