Files
fuzhu/app/src/main/res/layout/activity_cancel_thumb_up.xml
2021-10-21 16:14:04 +08:00

35 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android">
<data>
<import type="android.view.View" />
<variable
name="cancelthumbupbean"
type="com.fisherbone.fuzhu.entity.CancelThumbUpBean" />
</data>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<com.fisherbone.fuzhu.widget.TitleBar
android:id="@+id/title_bar"
android:layout_width="match_parent"
android:layout_height="48dp" />
<RelativeLayout
android:id="@+id/rl_start"
android:layout_width="match_parent"
android:layout_height="56dp"
android:background="@drawable/bg_recfollow_zhixing">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:drawableLeft="@mipmap/icon_zhixing"
android:text="开始运行"
android:textColor="#ffffffff"
android:textSize="16sp" />
</RelativeLayout>
</LinearLayout>
</layout>