Most of the layout files were not following our code style and followed an attribute ordering scheme that didn't make very much sense (ex: putting an attribute's format before its name).
Reformatting these files in a separate commit will help prevent formatting changes distracting from the main point of commits.
PiperOrigin-RevId: 162670506
First step in moving minSdkVersion to API 14 for design library.
Bug: 32794064
Test: gradlew clean assemble assembleAndroidTest still works
Change-Id: I113834cc6e3c088cdf606a86fe7a35faa192b801
PiperOrigin-RevId: 151608161
Any resulting app built with the support lib from
Gradle will have a meta-data tag added to their
AndroidManifest.xml, for example:
<meta-data android:name="android.support.VERSION"
android:value="25.1.0" />
The value is automatically populated via the magic
of the Gradle build system.
BUG: 32171613
Test: manual (generate APK and inspect in AS APK Analyzer)
Change-Id: I51cf646b32a15d93105560115f1fee2a71d35e35
GitOrigin-RevId=cdcdfd0a75b595a3f757ee4cad85852edf130d1d
PiperOrigin-RevId: 141508186