Lots of progress with dynamic theming, the nav drawer now uses a RecyclerView, AboutDeveloperDialogHelper is now a DialogFragment, RTL support (to suppress Lint warnings), other various small fixes, cleaned up and formatted lot of code (and removed un-used resources), R.string.ok > android.R.string.ok, R.string.cancel > android.R.string.cancel, switched dialog helpers to DialogFragments.

This commit is contained in:
Aidan Follestad 2015-04-16 16:47:02 -05:00
commit 7ce86afd74
265 changed files with 2853 additions and 2292 deletions

View file

@ -8,11 +8,11 @@
<string name="action_play_next">下一首</string>
<string name="action_add_to_playing_queue">加入播放队列“</string>
<string name="action_remove_from_playing_queue">从播放队列移除</string>
<string name="action_add_to_playlist">加入播放列表...\"</string>
<string name="action_add_to_playlist">加入播放列表\"</string>
<string name="action_tag_editor">音乐标签编辑器</string>
<string name="action_delete_from_disk">从储存中删除</string>
<string name="action_details">详情</string>
<string name="action_go_to">打开...</string>
<string name="action_go_to">打开</string>
<string name="albums">专辑</string>
<string name="artists">艺术家</string>
<string name="genres">流派</string>