Ignore lint warning in example project theme

This commit is contained in:
Jamie McDonald 2014-07-13 16:48:07 +02:00
parent 5d5afcbe83
commit 7d292373ca
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<resources>
<resources xmlns:tools="http://schemas.android.com/tools">
<style name="CustomTheme" parent="android:Theme.DeviceDefault">
<style tools:ignore="NewApi" name="CustomTheme" parent="android:Theme.DeviceDefault">
<item name="cropImageStyle">@style/Widget.CropImageView</item>
</style>