1
0
Fork 0

added a hack for sending with OK in Google Chat

This commit is contained in:
sspanak 2024-02-11 17:41:40 +02:00 committed by Dimo Karaivanov
parent 89eaf0eedd
commit 6b95c6b9d1
14 changed files with 88 additions and 31 deletions

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto"
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
app:layout="@layout/pref_text"
app:orderingFromXml="true">
<Preference
@ -24,12 +25,17 @@
app:title="@string/pref_alternative_suggestion_scrolling"
app:summary="@string/pref_alternative_suggestion_scrolling_summary"/>
<SwitchPreferenceCompat
app:defaultValue="false"
app:key="pref_hack_google_chat"
app:layout="@layout/pref_switch"
app:title="@string/pref_hack_google_chat"/>
<SwitchPreferenceCompat
app:defaultValue="false"
app:key="pref_hack_fb_messenger"
app:layout="@layout/pref_switch"
app:title="@string/pref_hack_fb_messenger"
app:summary="@string/pref_hack_fb_messenger_summary"/>
app:title="@string/pref_hack_fb_messenger"/>
</PreferenceCategory>
</PreferenceScreen>