Shorten month on AOD date

Test: visual
Fixes: 161186825
Fixes: 163309955
Change-Id: I8e62eef0f32812380bc1d19d87d7611bd395eabb
This commit is contained in:
Lucas Dupin
2020-08-10 16:01:57 -07:00
parent afe934fbfb
commit e5f5be9fd2

View File

@@ -21,5 +21,5 @@
<string name="system_ui_date_pattern" translatable="false">@*android:string/system_ui_date_pattern</string>
<!-- Date format for the always on display. -->
<item type="string" name="system_ui_aod_date_pattern" translatable="false">@*android:string/system_ui_date_pattern</item>
<item type="string" name="system_ui_aod_date_pattern" translatable="false">EEEMMMd</item>
</resources>