android 2.3.4 -Date没有出现在状态栏中

时间:2012-03-03 16:25:01

标签: android date statusbar

我正在为rom制作主题,并希望在快速面板设置下方添加日期。

我使用以下代码编辑了status_bar_expanded.xml。

<com.android.systemui.statusbar.DateView android:textStyle="bold" 
android:textSize="9.0sp" android:id="@id/date" android:textColor="#ffffffff" 
android:layout_gravity="center_vertical" android:paddingLeft="1.0dip" 
android:paddingBottom="1.0dip" android:layout_width="wrap_content" 
android:layout_height="wrap_content" android:layout_marginLeft="5.0dip" 
android:layout_marginTop="1.0dip" android:layout_weight="1.0" />

但不显示日期。附上截图

enter image description here

日期的颜色也不会改变。

0 个答案:

没有答案