Go to file
Maurice Lam c64c94744d Refactor GenericInflater
Split GenericInflater into SimpleInflater, which wraps the XML parsing
into finding the tag name and an AttributeSet. The subclass is
responsible for creating the corresponding object for the given tag
name and AttributeSet.
ReflectionInflater is a subclass of SimpleInflater which will treat
the tag name as a class, and create the object via reflection using
the 2-argument constructor TagName(Context, AttributeSet).

Test: ./gradlew connectedAndroidTest
Change-Id: I81408f099f132b7bedb27a9b5425e3c18988aa52
2017-01-11 15:55:51 -08:00
library Refactor GenericInflater 2017-01-11 15:55:51 -08:00
navigationbar Revert "Import translations. DO NOT MERGE" 2016-12-05 19:16:59 +00:00
tools Merge "Upgrade build tools to 25.0.0" 2017-01-10 23:45:08 +00:00
.gitignore [SetupWizardLib] Configure gradle 2015-03-03 22:24:57 +00:00
PREUPLOAD.cfg Point to the new checkstyle location for frameworks/opt/setupwizard PREUPLOAD hook. 2016-12-15 15:09:28 -08:00