mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 08:35:37 -04:00
Icons!
This commit is contained in:
parent
6a147dfe6d
commit
6e13c23312
BIN
app/src/main/res/drawable-hdpi/freeform_opt.png
Normal file
BIN
app/src/main/res/drawable-hdpi/freeform_opt.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
app/src/main/res/drawable-hdpi/jre_args.png
Normal file
BIN
app/src/main/res/drawable-hdpi/jre_args.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
BIN
app/src/main/res/drawable-hdpi/rm_jre.png
Normal file
BIN
app/src/main/res/drawable-hdpi/rm_jre.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
BIN
app/src/main/res/drawable-hdpi/tap_len.png
Normal file
BIN
app/src/main/res/drawable-hdpi/tap_len.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<androidx.preference.PreferenceScreen
|
<androidx.preference.PreferenceScreen xmlns:app2="http://schemas.android.com/apk/res-auto"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.chom/apk/res-auto">
|
xmlns:app="http://schemas.android.chom/apk/res-auto">
|
||||||
|
|
||||||
@ -7,26 +7,30 @@
|
|||||||
android:title="@string/mcl_setting_category_general">
|
android:title="@string/mcl_setting_category_general">
|
||||||
|
|
||||||
<net.kdt.pojavlaunch.prefs.UninstallJREDialogPreference
|
<net.kdt.pojavlaunch.prefs.UninstallJREDialogPreference
|
||||||
|
android:summary="@string/mcl_setting_subtitle_uninstalljre"
|
||||||
android:title="@string/mcl_setting_title_uninstalljre"
|
android:title="@string/mcl_setting_title_uninstalljre"
|
||||||
android:summary="@string/mcl_setting_subtitle_uninstalljre" />
|
app2:icon="@drawable/rm_jre" />
|
||||||
|
|
||||||
<androidx.preference.SeekBarPreference
|
<androidx.preference.SeekBarPreference
|
||||||
android:key="timeLongPressTrigger"
|
android:key="timeLongPressTrigger"
|
||||||
|
android:summary="@string/mcl_setting_subtitle_longpresstrigger"
|
||||||
android:title="@string/mcl_setting_title_longpresstrigger"
|
android:title="@string/mcl_setting_title_longpresstrigger"
|
||||||
android:summary="@string/mcl_setting_subtitle_longpresstrigger" />
|
app2:icon="@drawable/tap_len" />
|
||||||
|
|
||||||
<androidx.preference.SwitchPreferenceCompat
|
<androidx.preference.SwitchPreferenceCompat
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:key="freeform"
|
android:key="freeform"
|
||||||
|
android:summary="@string/mcl_setting_subtitle_freeform"
|
||||||
android:title="@string/mcl_setting_title_freeform"
|
android:title="@string/mcl_setting_title_freeform"
|
||||||
android:summary="@string/mcl_setting_subtitle_freeform"/>
|
app2:icon="@drawable/freeform_opt" />
|
||||||
|
|
||||||
<EditTextPreference
|
<EditTextPreference
|
||||||
android:key="javaArgs"
|
|
||||||
android:title="@string/mcl_setting_title_javaargs"
|
|
||||||
android:summary="@string/mcl_setting_subtitle_javaargs"
|
|
||||||
android:dialogTitle="@string/mcl_setting_title_javaargs"
|
android:dialogTitle="@string/mcl_setting_title_javaargs"
|
||||||
android:singleLine="true"/>
|
android:icon="@drawable/jre_args"
|
||||||
|
android:key="javaArgs"
|
||||||
|
android:singleLine="true"
|
||||||
|
android:summary="@string/mcl_setting_subtitle_javaargs"
|
||||||
|
android:title="@string/mcl_setting_title_javaargs" />
|
||||||
|
|
||||||
</androidx.preference.PreferenceCategory>
|
</androidx.preference.PreferenceCategory>
|
||||||
|
|
||||||
@ -40,8 +44,9 @@
|
|||||||
|
|
||||||
<androidx.preference.SeekBarPreference
|
<androidx.preference.SeekBarPreference
|
||||||
android:key="mousescale"
|
android:key="mousescale"
|
||||||
|
android:summary="@string/mcl_setting_subtitle_mousescale"
|
||||||
android:title="@string/mcl_setting_title_mousescale"
|
android:title="@string/mcl_setting_title_mousescale"
|
||||||
android:summary="@string/mcl_setting_subtitle_mousescale" />
|
app2:icon="@drawable/mouse_pointer" />
|
||||||
|
|
||||||
</androidx.preference.PreferenceCategory>
|
</androidx.preference.PreferenceCategory>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user