【发布时间】:2019-07-31 08:50:12
【问题描述】:
我正在为 textview 设置样式、颜色和大小,这是有效的 这是我的代码`
<android.support.v7.widget.AppCompatTextView
android:id="@+id/txt_agent_code"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:gravity="center"
android:textColor="#000"
android:textSize="14sp"
android:textStyle="italic"/>
【问题讨论】:
-
欢迎编辑您的问题stackoverflow.com/help/how-to-ask您面临什么问题?首先使用dimens 或textAttr 设置文本大小不要使用固定大小
标签: android