6 lines
326 B
XML
6 lines
326 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<transition xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<!-- The drawables used here can be solid colors, gradients, shapes, images, etc. -->
|
|
<item android:drawable="@drawable/primary_button" />
|
|
<item android:drawable="@drawable/error_button" />
|
|
</transition> |