Jelajahi Sumber

Update sample styles.xml for API 16

Aidan Follestad 6 tahun lalu
induk
melakukan
adb4fa6076
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      sample/src/main/res/values/styles.xml

+ 2 - 2
sample/src/main/res/values/styles.xml

@@ -1,4 +1,4 @@
-<resources>
+<resources xmlns:tools="http://schemas.android.com/tools">
 
   <!-- http://www.google.com/design/spec/style/color.html#color-color-palette -->
   <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
@@ -25,7 +25,7 @@
     <item name="md_font_button">@font/raleway_semibold</item>
   </style>
 
-  <style name="SampleHeader">
+  <style name="SampleHeader" tools:ignore="NewApi">
     <item name="android:layout_width">match_parent</item>
     <item name="android:layout_height">wrap_content</item>
     <item name="android:textSize">@dimen/headerTitle</item>