mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 08:35:37 -04:00
Implement ExperimentalFragment in settings
This commit is contained in:
parent
6a64b80191
commit
ae8a067a20
@ -0,0 +1,13 @@
|
|||||||
|
package net.kdt.pojavlaunch.prefs.screens;
|
||||||
|
|
||||||
|
import android.os.Bundle;
|
||||||
|
|
||||||
|
import net.kdt.pojavlaunch.R;
|
||||||
|
|
||||||
|
public class LauncherPreferenceExperimentalFragment extends LauncherPreferenceFragment {
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onCreatePreferences(Bundle b, String str) {
|
||||||
|
addPreferencesFromResource(R.xml.pref_experimental);
|
||||||
|
}
|
||||||
|
}
|
@ -33,7 +33,7 @@
|
|||||||
android:key="experimental_screen_setting"
|
android:key="experimental_screen_setting"
|
||||||
android:title="Experimental Stuff"
|
android:title="Experimental Stuff"
|
||||||
android:summary="Use things there with consideration, no support."
|
android:summary="Use things there with consideration, no support."
|
||||||
android:fragment="net.kdt.pojavlaunch.prefs.screens.LauncherPreferenceMiscellaneousFragment"
|
android:fragment="net.kdt.pojavlaunch.prefs.screens.LauncherPreferenceExperimentalFragment"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
Loading…
x
Reference in New Issue
Block a user