blob: dbe2d1e4247fe6960704f7618cd2b0ac462eb38d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (c) 2012-2016 Arne Schwabe
~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
-->
<resources>
<style name="blinkt.baseTheme" parent="android:Theme.DeviceDefault.Light" />
<style name="blinkt.dialog" parent="android:Theme.DeviceDefault.Light.Dialog" />
<style name="Theme.CreateShortCut" parent="android:Theme.DeviceDefault.DialogWhenLarge" />
<style name="blinkt" parent="blinkt.baseTheme" />
</resources>
|