Commit eec113c6 authored by DerTeufel's avatar DerTeufel Committed by fire855
Browse files

overlay: remove srgb mode option

our devices don't support this
parent 60d52854
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>

<resources>
    <!-- IDs for each color mode. The values must match the corresponding constants in
         android.view.Display -->
    <integer-array name="color_mode_ids">
        <item>0</item>
        <item>-1</item>
        <item>-1</item>
    </integer-array>
</resources>