summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Dupin <dupin@google.com>2020-08-10 16:01:57 -0700
committerLucas Dupin <dupin@google.com>2020-08-11 16:16:40 +0000
commitfc704c03202d2db6fd6923bb11bc2fd75e83c347 (patch)
treeea51c131078389b85f407f716d2060c806842ec6
parent9c62ef63fdafcb806c0ca8486429fc44bd9454ea (diff)
Shorten month on AOD date
Test: visual Fixes: 161186825 Fixes: 163309955 Change-Id: I8e62eef0f32812380bc1d19d87d7611bd395eabb (cherry picked from commit e5f5be9fd24cf4fa79839172029c078f76195e52)
-rw-r--r--packages/SystemUI/res/values/donottranslate.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/donottranslate.xml b/packages/SystemUI/res/values/donottranslate.xml
index a1c52e55082a..f05be066d2e2 100644
--- a/packages/SystemUI/res/values/donottranslate.xml
+++ b/packages/SystemUI/res/values/donottranslate.xml
@@ -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>