Use view binding for sheets

This commit is contained in:
arkon
2020-07-12 16:53:46 -04:00
parent 4809d06d04
commit dc43e41896
5 changed files with 95 additions and 134 deletions

View File

@@ -244,8 +244,8 @@
<string name="pref_true_color">32-bit color</string>
<string name="pref_true_color_summary">Reduces banding, but impacts performance</string>
<string name="pref_crop_borders">Crop borders</string>
<string name="pref_custom_brightness">Use custom brightness</string>
<string name="pref_custom_color_filter">Use custom color filter</string>
<string name="pref_custom_brightness">Custom brightness</string>
<string name="pref_custom_color_filter">Custom color filter</string>
<string name="pref_color_filter_mode">Color filter blend mode</string>
<string name="filter_mode_default">Default</string>
<string name="filter_mode_overlay">Overlay</string>