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

Eclipse中Topbar显示不出

<?xml version="1.0" encoding="utf-8"?>

    <!-- 添加命名空间 -->

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"

    xmlns:app="http://schemas.android.com/apk/res-com.example.customerview.Topbar"

    android:layout_width="match_parent"

    android:layout_height="match_parent" >

    

<com.example.customerview.Topbar 

    android:layout_width="match_parent"

    android:layout_height="40dp"

   app:leftText="Back"

   app:leftBackground="@drawable/ic_launcher"

   app:leftColor="#FFFFFF"

   app:rightText="More"

   app:rightBackground="@drawable/ic_launcher"

   app:rightColor="#FFFFFF"

   app:title="自定义标题"

   app:titleTextColor="#123412"

   app:leftSize="10sp">

</com.example.customerview.Topbar>

</RelativeLayout>

http://img1.sycdn.imooc.com//568fd8750001187a02670211.jpg

正在回答

2 回答

楼上正解

0 回复 有任何疑惑可以回复我~

已解决

将 xmlns:app="http://schemas.android.com/apk/res-com.example.customerview.Topbar"

改成 xmlns:app="http://schemas.android.com/apk/res/com.example.testdemo"

res/包名(此处包名为AndroidMenifest.xml中 package="com.example.testdemo")

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Android UI模板设计
  • 参与学习       76052    人
  • 解答问题       223    个

快来学习如何在Android中自定义View,本次课程一定会让你获益匪浅

进入课程

Eclipse中Topbar显示不出

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信