Sign in
android
/
platform
/
frameworks
/
base
/
85d028fa6247618548bd46ef1cd75de7b171a3c4
/
.
/
tests
/
TransitionTests
/
res
/
layout
/
button_template.xml
blob: 9b867f29914a10de3a173f308d92fea9f13ef6cb [
file
] [
log
] [
blame
]
<?
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>