android 同样的布局在fragment 和activity 字体、背景颜色样式发生改变

android在fragment加载了一个自定义的布局文件字体没设置默认是黑色的可是移植到activity后字体颜色变成模糊的白色字体样式也不一样了为什么啊<Linear... android 在fragment加载了一个自定义的布局文件 字体没设置默认是黑色的 可是移植到activity后 字体颜色变成模糊的白色 字体样式也不一样了 为什么啊
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >

<Button
android:id="@+id/woman_text"
android:layout_width="match_parent"
android:layout_height="@dimen/expand_tab_item_height"
android:layout_weight="1"
android:background="@drawable/filter_man_selector"
android:gravity="center"
android:padding="5dp"
android:text="女士"
android:textStyle="normal" />

<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="@drawable/filter_man_v_line" />

<Button
android:id="@+id/man_text"
android:layout_width="match_parent"
android:layout_height="@dimen/expand_tab_item_height"
android:layout_weight="1"
android:background="@drawable/filter_man_selector"
android:gravity="center"
android:padding="5dp"
android:text="男士"
android:textStyle="normal" />
</LinearLayout>
后来,我给两个button的字体都设置为黑色 但是他们的字体样式在fragment和activity还是不一样
展开
 我来答
ykhotdog
2014-07-15 · 超过46用户采纳过TA的回答
知道答主
回答量:56
采纳率:0%
帮助的人:84万
展开全部
默认的样式不一样。
不要太依赖默认样式,自己写个style,用的时候直接引用就行了。
还有就是不同手机的默认样式也是不同的,如果不自己定义,在不同手机上还会出现差异
珞小寞
2014-07-14 · TA获得超过1126个赞
知道大有可为答主
回答量:3.4万
采纳率:0%
帮助的人:5045万
展开全部
背景颜色没有设置好
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式