为了账号安全,请及时绑定邮箱和手机立即绑定

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

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

Darrow3343092 2016-06-13 16:42:34
<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>
查看完整描述

1 回答

?
Genment

TA贡献43条经验 获得超25个赞

你的topbar是继承哪个类的?

查看完整回答
1 反对 回复 2016-06-15
  • 1 回答
  • 1 关注
  • 1288 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信