Added original source files
Added original source files from LibreTrivia
This commit is contained in:
parent
38620145b5
commit
bf2ab65870
66 changed files with 2439 additions and 0 deletions
15
app/src/main/res/xml/preferences.xml
Normal file
15
app/src/main/res/xml/preferences.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue