mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-20 18:05:54 +08:00
android完成1.0版本
This commit is contained in:
@@ -358,15 +358,16 @@
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<com.xuexiang.xui.widget.textview.supertextview.SuperButton
|
||||
android:id="@+id/btn_cancle_status"
|
||||
android:layout_width="100dp"
|
||||
android:layout_height="35dp"
|
||||
android:layout_marginTop="40dp"
|
||||
android:layout_marginBottom="40dp"
|
||||
android:text="取消"
|
||||
android:text="返 回"
|
||||
app:sCornersRadius="5dp"
|
||||
app:sSolidColor="@color/app_color_theme_2" />
|
||||
app:sSolidColor="@color/app_color_theme_5" />
|
||||
|
||||
<com.xuexiang.xui.widget.textview.supertextview.SuperButton
|
||||
android:id="@+id/btn_apply_status"
|
||||
@@ -377,7 +378,7 @@
|
||||
android:layout_marginEnd="15dp"
|
||||
android:layout_marginRight="15dp"
|
||||
android:layout_marginBottom="100dp"
|
||||
android:text="应用"
|
||||
android:text="应 用"
|
||||
app:sCornersRadius="5dp"
|
||||
app:sSolidColor="@color/colorAccent" />
|
||||
</FrameLayout>
|
||||
|
||||
Reference in New Issue
Block a user