mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 09:57:26 +00:00
Added gesture to launch calendar by clicking date
This commit is contained in:
parent
a08bc25f6e
commit
3164694f42
3 changed files with 30 additions and 2 deletions
|
|
@ -182,6 +182,12 @@
|
|||
android:defaultValue="true"
|
||||
android:title="Clicking Time Opens Clock"
|
||||
app:key="clockClick" />
|
||||
<SwitchPreference
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:defaultValue="true"
|
||||
android:title="Clicking Date Opens Calendar"
|
||||
app:key="dateClick" />
|
||||
<SwitchPreference
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue