按著視頻中敲的代碼,UI沒有生效
? <com.example.mytopbar.Topbar
? ? ? ? xmlns:topbarns="http://schemas.android.com/apk/res/com.example.mytopbar"
? ? ? ? android:id="@+id/topbar"
? ? ? ? android:layout_width="match_parent"
? ? ? ? android:layout_height="wrap_content"
? ? ? ? android:layout_alignLeft="@+id/textView1"
? ? ? ? android:layout_below="@+id/textView1"
? ? ? ??
? ? ? ? topbarns:leftBackground="@drawable/ic_launcher"
? ? ? ? topbarns:leftText="back"
? ? ? ? topbarns:leftTextColor="#903A3A"
? ? ? ??
? ? ? ? topbarns:rightBackground="@drawable/ic_launcher"
? ? ? ? topbarns:rightText="back"
? ? ? ? topbarns:rightTextColor="#2C2C2C"
? ? ? ??
? ? ? ??
? ? ? ? topbarns:title="title"
? ? ? ? topbarns:titleTextColor="#2C2C2C"
? ? ? ? topbarns:titleTextSize="20sp"
? ? ? ?
? ? ? ? ?/>