我正在为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" />
但不显示日期。附上截图
日期的颜色也不会改变。