Merge "Blur developer setting" into rvc-dev

This commit is contained in:
Lucas Dupin
2020-03-15 23:28:13 +00:00
committed by Android (Google) Code Review
5 changed files with 209 additions and 0 deletions

View File

@@ -481,6 +481,11 @@
android:title="@string/hwui_force_dark_title"
android:summary="@string/hwui_force_dark_summary" />
<SwitchPreference
android:key="enable_blurs_on_windows"
android:title="@string/enable_blurs_on_windows_title"
android:summary="@string/enable_blurs_on_windows_summary" />
<SwitchPreference
android:key="force_msaa"
android:title="@string/force_msaa"