apkfuckery/com.discord/res/color/abc_hint_foreground_materia...

6 lines
410 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true" android:state_pressed="true" android:color="@color/foreground_material_light" android:alpha="@dimen/hint_pressed_alpha_material_light" />
<item android:color="@color/foreground_material_light" android:alpha="@dimen/hint_alpha_material_light" />
</selector>