17 lines
633 B
XML
17 lines
633 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/bt">
|
|
<carbon.widget.LinearLayout
|
|
android:layout_gravity="center_horizontal"
|
|
android:orientation="horizontal"
|
|
android:id="@+id/gj"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent">
|
|
<carbon.widget.Button
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="sadsad"/>
|
|
</carbon.widget.LinearLayout>
|
|
</merge>
|