summaryrefslogtreecommitdiffstats
path: root/tests/TransitionTests/res/layout/button_template.xml
blob: 9b867f29914a10de3a173f308d92fea9f13ef6cb (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>

<Button xmlns:android="http://schemas.android.com/apk/res/android"
              android:onClick="sendMessage"
              android:id="@+id/button"
              android:layout_width="wrap_content"
              android:layout_height="wrap_content">

</Button>