File: theme.xml

package info (click to toggle)
mupdf 0.9-2%2Bdeb7u2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 10,536 kB
  • sloc: ansic: 39,762; sed: 1,135; java: 681; makefile: 134; python: 66; xml: 56; sh: 1
file content (7 lines) | stat: -rw-r--r-- 260 bytes parent folder | download
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="Theme.NoBackground.NoTitle" parent="android:Theme">
        <item name="android:windowBackground">@null</item>
        <item name="android:windowNoTitle">true</item>
    </style>
</resources>