Android设计Topbar出错,图形界面没有显示出来,这段代码有误吗?还有导入自己的custom格式出错了没有?

<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>


Darrow3343092
浏览 1289回答 1
1回答

Genment

你的topbar是继承哪个类的?
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Android