mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-06-29 20:12:23 +08:00
21 lines
587 B
XML
21 lines
587 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" android:background="@drawable/bg_container_border">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="AButton"/>
|
|
|
|
<cc.winboll.studio.libaes.views.AButton
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="32dp"
|
|
android:text="确定"
|
|
android:id="@+id/fragmentabuttonAButton1"/>
|
|
|
|
</LinearLayout>
|
|
|