Blame client/Android/Studio/freeRDPCore/src/main/res/values/attrs.xml

Packit Service fa4841
Packit Service fa4841
<resources>
Packit Service fa4841
    <color name="separator_frame_color">#9AB6CD</color>
Packit Service fa4841
    <color name="separator_background_color">#C2D6E6</color>
Packit Service fa4841
    <color name="separator_text_color">#164E76</color>
Packit Service fa4841
    <color name="button_text_color">@android:color/black</color>
Packit Service fa4841
Packit Service fa4841
    <declare-styleable name="IntEditTextPreference">
Packit Service fa4841
        <attr name="bounds_min" format="integer" />
Packit Service fa4841
        <attr name="bounds_max" format="integer" />
Packit Service fa4841
        <attr name="bounds_default" format="integer" />
Packit Service fa4841
    </declare-styleable>
Packit Service fa4841
Packit Service fa4841
</resources>