aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/android/res/values-v14/styles.xml
blob: cc370849c0f90627283345bcfa03d0bb0b40e1b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<resources>

  <!--
        Base application theme for API 14+. This theme completely replaces
        AppBaseTheme from BOTH res/values/styles.xml and
        res/values-v11/styles.xml on API 14+ devices.
  -->
  <style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">
    <!-- API 14 theme customizations can go here. -->
  </style>

</resources>