獲取不到自定義Button的屬性值
獲取不到自定義的屬性,檢查了好幾遍和老師都是一樣的代碼,藍瘦
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
? ?xmlns:android="http://schemas.android.com/apk/res/android"
? ?xmlns:tools="http://schemas.android.com/tools"
? ?xmlns:custome="http://schemas.android.com/apk/res-auto"
? ?android:layout_width="match_parent"
? ?android:layout_height="match_parent"
? ?tools:context="com.immoc.app.MainActivity">
? ?<com.immoc.app.TopBar
? ? ? ?android:layout_width="match_parent"
? ? ? ?android:layout_height="60dp"
? ? ? ?custome:leftText="Back"
? ? ? ?custome:rightText="More"
? ? ? ?custome:title2="Title"
? ? ? ?/>
</RelativeLayout>