Skip to content
Snippets Groups Projects
Unverified Commit 917060ea authored by harambasicluka's avatar harambasicluka Committed by GitHub
Browse files

fixed button color (#365)

parent 0a5d1bf9
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@color/colorSurface1Pressed" android:state_pressed="true" /> <!-- pressed -->
<item android:color="@color/colorSurface1" /> <!-- default -->
<item android:color="@color/colorBackground" /> <!-- default -->
</selector>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment