<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:custom="http://schemas.android.com/apk/res-com.example.topbar" android:layout_width="match_parent" android:layout_height="match_parent" android:padding="5dp" tools:context=".MainActivity" ><com.example.topbar android:layout_width="match_parent" android:layout_height="40dp" android:id="@+id/topbar" custom:leftBackground="@drawable/shape" custom:leftText="Back" custom:leftTextColor="#FFFFFF" custom:rightBackground="@drawable/shape" custom:rightText="More" custom:rightTextColor="#FFFFFF" custom:title="诺苏" custom:titleTextColor="#123412" custom:titleTextSize="10sp"> </com.example.topbar></RelativeLayout>
添加回答
举报
0/150
提交
取消