Use DateFormatSymbols to get weekday labels for the device locale. Remove corresponding string resources.

This commit is contained in:
Phillip Hsu
2016-09-05 15:10:55 -07:00
parent d15f3f85a4
commit d504f98734
3 changed files with 16 additions and 40 deletions
-7
View File
@@ -75,13 +75,6 @@
<string name="title_activity_settings">Settings</string>
<string name="sun">Sun</string>
<string name="mon">Mon</string>
<string name="tue">Tue</string>
<string name="wed">Wed</string>
<string name="thu">Thu</string>
<string name="fri">Fri</string>
<string name="sat">Sat</string>
<string name="every_day">Every day</string>
<string name="zero">0</string>