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

我的main中一直提示错误

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

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

    xmlns:custom="http://schemas.android.com/apk/res/com.example.topbardemo1"

     xmlns:tools="http://schemas.android.com/tools"

    android:layout_width="match_parent"

    android:layout_height="match_parent" 

    android:padding="5dp"

    tools:context=".MainActivity">

    

<com.example.topbardemo1.TopBar

    andriod:id="@+id/topBar"

    android:layout_width="match_parent"

    android:layout_height="40dp"

     custom:leftBackground="@drawable/blue_button"

        custom:leftText="Back"

        custom:leftTextColor="#FFFFFF"

        custom:rightBackground="@drawable/blue_button"

         custom:rightText="More"

        custom:rightTextColor="#FFFFFF"

        custon:title="Title"

        custom:titleTextColor="#123412"

        custom:titleTextSize="10sp"

    ></com.example.topbardemo1.TopBar>

 



</RelativeLayout>

一直在<com.example.topbardemo1.TopBar  这行提示error: Error parsing XML: unbound prefix,但是路径我没写错啊,我用的eclipse

正在回答

3 回答

你把你完整的代码贴出来,我帮你看下


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

我的手在

  custom:rightTextColor="#FFFFFF"

        custon:title="Title"

        custom:titleTextColor="#123412"

   custon:title="Title"这行当n写错,应该是m才对。。。

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

我是报

发现多个注释这一行:
——错误:没有发现资源标识符的属性“titleTextSize”包
“com.example.tapbar”
——错误:没有发现资源标识符的属性“rightTcxtColor”包
“com.example.tapbar”

同样没有找出来!!!!

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

举报

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

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

进入课程

我的main中一直提示错误

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