Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 495 Bytes

Notification bar date shows double rows.md

File metadata and controls

7 lines (7 loc) · 495 Bytes

  • 在MiuiSystemUI.apk中搜索quick_status_bar_expanded_header.xml
  • 在quick_status_bar_expanded_header.xml中搜索android:layout_alignTop
  • 将第一个android:layout_alignTop改为android:layout_alignBottom
  • 另外主题模块com.android.systemui中添加代码<string name="status_bar_clock_date_format_12">EEEE aa M月d日 N月e t</string>