您的位置:首页 > 移动开发 > Android开发

layout_margin和 android:textColor="#FF000000" 背景变色

2013-10-25 11:42 447 查看
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical" >

<TextView
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="晒货/Show"
android:textColor="#FF000000"
android:textSize="28px" />

<TextView
android:id="@+id/info"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="实拍败家血拼战果"
android:textColor="#FF000000"
android:textSize="18px" />
</LinearLayout>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: