安卓美化总部吧 关注:15贴子:127
  • 1回复贴,共1

安卓2.3状态栏,日期如何避免隐藏,不要按下也能显示?

只看楼主收藏回复

安卓2.3状态栏,日期如何避免隐藏,不要按下也能显示?


来自手机贴吧1楼2015-05-16 21:23回复
    <com.android.systemui.statusbar.DateView android:textAppearance="@*android:style/TextAppearance.StatusBar.Icon" android:gravity="left|center" android:id="@id/date" android:background="@drawable/statusbar_background" android:paddingLeft="6.0px" android:paddingRight="6.0px" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
    如何改?


    来自手机贴吧2楼2015-05-16 21:24
    回复