~ubuntu-branches/ubuntu/utopic/golly/utopic

« back to all changes in this revision

Viewing changes to gui-android/Golly/res/values/styles.xml

  • Committer: Package Import Robot
  • Author(s): NIIBE Yutaka
  • Date: 2014-05-27 12:18:32 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20140527121832-5g1dlgscmtciw4zi
Tags: 2.6-1
* New upstream release.
* debian/control (Standards-Version): conforms to 3.9.5.
  (Build-Depends): Remove libstdc++6-4.7-dev (Closes: 748001).
* Incorporate NMU by Olly Betts (Closes: 729677).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<resources>
 
2
 
 
3
    <!--
 
4
        Base application theme, dependent on API level. This theme is replaced
 
5
        by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
 
6
    -->
 
7
    <style name="AppBaseTheme" parent="android:Theme.Light">
 
8
        <!--
 
9
            Theme customizations available in newer API levels can go in
 
10
            res/values-vXX/styles.xml, while customizations related to
 
11
            backward-compatibility can go here.
 
12
        -->
 
13
    </style>
 
14
 
 
15
    <!-- Application theme. -->
 
16
    <style name="AppTheme" parent="AppBaseTheme">
 
17
        <!-- All customizations that are NOT specific to a particular API-level can go here. -->
 
18
    </style>
 
19
 
 
20
</resources>