Added original source files

Added original source files from LibreTrivia
This commit is contained in:
luca0N! 2021-03-02 22:11:40 -03:00
parent 38620145b5
commit bf2ab65870
Signed by: luca0N
GPG key ID: 2E7B4655CF16D7D6
66 changed files with 2439 additions and 0 deletions

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
android:key="@string/pref_category_sound"
android:title="@string/pref_category_sound_title">
<CheckBoxPreference
android:defaultValue="true"
android:key="@string/pref_sound_answer"
android:title="@string/pref_sound_answer_title" />
</PreferenceCategory>
</PreferenceScreen>