mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 18:07:25 +00:00
Status bar can now be hidden or shown as desired
This commit is contained in:
parent
a20e8b430c
commit
c145eec220
3 changed files with 38 additions and 6 deletions
|
|
@ -90,7 +90,7 @@
|
|||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="32dp"
|
||||
android:layout_marginTop="40dp"
|
||||
android:layout_marginTop="45dp"
|
||||
android:layout_marginBottom="27dp"
|
||||
android:fontFamily="@null"
|
||||
android:format12Hour="hh:mm a"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue