mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-02 02:04:48 +12:00
Review Material Switch
This commit is contained in:
parent
83dbbe053c
commit
b0be9f5e60
2 changed files with 6 additions and 10 deletions
|
@ -6,4 +6,6 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="@null"
|
android:background="@null"
|
||||||
android:clickable="false"
|
android:clickable="false"
|
||||||
android:focusable="false"/>
|
android:focusable="false"
|
||||||
|
android:scaleX="0.75"
|
||||||
|
android:scaleY="0.75"/>
|
||||||
|
|
|
@ -5,18 +5,14 @@
|
||||||
<SwitchPreferenceCompat
|
<SwitchPreferenceCompat
|
||||||
android:key="performanceMonitor"
|
android:key="performanceMonitor"
|
||||||
app:title="@string/pref_performance_monitor_title"
|
app:title="@string/pref_performance_monitor_title"
|
||||||
app:summaryOn="@string/pref_performance_monitor_summary"
|
app:summary="@string/pref_performance_monitor_summary"
|
||||||
app:summaryOff="@string/pref_performance_monitor_summary"
|
|
||||||
android:defaultValue="false"
|
|
||||||
app:iconSpaceReserved="false"/>
|
app:iconSpaceReserved="false"/>
|
||||||
|
|
||||||
<SwitchPreferenceCompat
|
<SwitchPreferenceCompat
|
||||||
android:key="loggerService"
|
android:key="loggerService"
|
||||||
app:iconSpaceReserved="false"
|
app:iconSpaceReserved="false"
|
||||||
app:title="@string/pref_logger_service_title"
|
app:title="@string/pref_logger_service_title"
|
||||||
android:defaultValue="true"
|
android:summary="@string/pref_logger_service_summary"/>
|
||||||
android:summaryOn="@string/pref_logger_service_summary"
|
|
||||||
android:summaryOff="@string/pref_logger_service_summary"/>
|
|
||||||
|
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
app:iconSpaceReserved="false"
|
app:iconSpaceReserved="false"
|
||||||
|
@ -25,9 +21,7 @@
|
||||||
<SwitchPreferenceCompat
|
<SwitchPreferenceCompat
|
||||||
app:key="shaderJit"
|
app:key="shaderJit"
|
||||||
app:title="@string/pref_shader_jit_title"
|
app:title="@string/pref_shader_jit_title"
|
||||||
android:defaultValue="false"
|
app:summary="@string/pref_shader_jit_summary"
|
||||||
app:summaryOn="@string/pref_shader_jit_summary"
|
|
||||||
app:summaryOff="@string/pref_shader_jit_summary"
|
|
||||||
app:iconSpaceReserved="false"/>
|
app:iconSpaceReserved="false"/>
|
||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue