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还是不一样 展开
<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还是不一样 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询