11 lines
339 B
XML
11 lines
339 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<Button
|
|
id="@+id/button"
|
|
background="@drawable/bg_bubble_selector"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
textAllCaps="false"
|
|
style="@style/2132017970"/>
|
|
</merge>
|