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

@ -1,26 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="title_text_color" format="color"/>
<attr name="caption_text_color" format="color"/>
<attr name="title_text_color" format="color" />
<attr name="caption_text_color" format="color" />
<attr name="nav_drawer_icon_color" format="color" />
<attr name="music_controller_container_color" format="color"/>
<attr name="navigation_drawer_background_color" format="color"/>
<attr name="music_controller_container_color" format="color" />
<attr name="navigation_drawer_background_color" format="color" />
<attr name="inset_divider" format="color" />
<attr name="list_selector" format="reference"/>
<attr name="round_selector" format="reference"/>
<attr name="rect_selector" format="reference"/>
<attr name="list_selector" format="reference" />
<attr name="round_selector" format="reference" />
<attr name="rect_selector" format="reference" />
<attr name="separator_color" format="color"/>
<attr name="separator_color" format="color" />
<attr name="drawable_color" format="color"/>
<attr name="drawable_color_enabled" format="color"/>
<attr name="drawable_color" format="color" />
<attr name="drawable_color_enabled" format="color" />
<attr name="themed_drawable_color" format="color"/>
<attr name="themed_drawable_activated_color" format="color"/>
<attr name="themed_drawable_color" format="color" />
<attr name="default_bar_color" format="color"/>
<attr name="card_color" format="color"/>
<attr name="default_bar_color" format="color" />
<attr name="card_color" format="color" />
<attr name="toolbarPopupTheme" format="reference"/>
<attr name="toolbarPopupTheme" format="reference" />
</resources>