11 lines
452 B
XML
11 lines
452 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:color="@color/stepper"
|
|
tools:targetApi="lollipop"> <!-- ripple effect color -->
|
|
<item android:id="@android:id/background">
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="#A6A6A6" /> <!-- background color -->
|
|
</shape>
|
|
</item>
|
|
</ripple> |