EndlessRoll/app/src/main/res/layout/custom_button_instance.xml
2016-09-27 15:44:11 +02:00

7 lines
230 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Button xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/customButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
</Button>