what-the-bank/resources/res/drawable/toggle_button_off.xml

11 lines
326 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item drawable="@drawable/toggle_background_off"/>
<item
drawable="@drawable/toggle_white_icon"
left="1.5dp"
top="1.5dp"
right="21.5dp"
bottom="1.5dp"/>
</layer-list>