Android中自定义属性(attr.xml,TypedArray)的使用(5)
来源:未知 责任编辑:责任编辑 发表时间:2013-12-01 14:19 点击:次
>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello"
/>
<com.android.tutor.MyView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
test:textSize="20px"
test:textColor="#fff"
/>
</LinearLayout>
本文出自“abc20899”
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>