aboutsummaryrefslogtreecommitdiff
path: root/res/xml/pref_screen_gpu.xml
blob: f35809b43b139a4c5de75cb81eeb814b89cc59f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
    android:key="key_root" >

    <PreferenceCategory
        android:key="key_gpu_category"
        android:title="@string/gpu_category" >
        <com.dsht.kerneltweaker.CustomListPreference
            android:key="key_gpu_frequency"
            android:summary="@string/gpu_freq_desc"
            android:title="@string/gpu_freq_title" />
    </PreferenceCategory>

</PreferenceScreen>