summaryrefslogtreecommitdiff
path: root/ics-openvpn-stripped/main/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2015-02-14 11:48:37 +0100
committerParménides GV <parmegv@sdf.org>2015-02-14 11:48:37 +0100
commitc198dbd9dd583d980ae7e70118f67d09bed8de55 (patch)
treec2863f28134af00f26299c97bb6a81ed0aa4ed96 /ics-openvpn-stripped/main/src/main/res/values/styles.xml
parent9d346be65e6808710b9e814d2899e5888984b4ab (diff)
parent4028c100a59c45913cb569c4967faaddc090b1f9 (diff)
Merge branch 'develop'0.9.2
Diffstat (limited to 'ics-openvpn-stripped/main/src/main/res/values/styles.xml')
-rw-r--r--ics-openvpn-stripped/main/src/main/res/values/styles.xml66
1 files changed, 0 insertions, 66 deletions
diff --git a/ics-openvpn-stripped/main/src/main/res/values/styles.xml b/ics-openvpn-stripped/main/src/main/res/values/styles.xml
deleted file mode 100644
index 94970c88..00000000
--- a/ics-openvpn-stripped/main/src/main/res/values/styles.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright (c) 2012-2014 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.common" parent="blinkt.baseTheme" >
- <!-- Shared between Holo and Material -->
- <item name="android:preferenceStyle">@style/BlinktPreferencePanel</item>
-
- </style>
-
- <style name="blinkt" parent="blinkt.common">
- </style>
-
- <!-- No margins or background by default. Not different for x-large screens -->
- <style name="BlinktPreferencePanel">
- <item name="android:background">@color/gelb</item>
- </style>
-
- <style name="item">
- <item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">wrap_content</item>
- <item name="android:textAppearance">?android:attr/textAppearanceMedium</item>
- <item name="android:singleLine">true</item>
- </style>
-
- <style name="faqitem">
- <item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">wrap_content</item>
- <item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
- </style>
-
- <style name="faqhead">
- <item name="android:paddingTop">10sp</item>
- <item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">wrap_content</item>
- <item name="android:textAppearance">?android:attr/textAppearanceLarge</item>
- <!-- <item name="android:singleLine">true</item> -->
- </style>
-
- <style name="accountSetupButton">
- <item name="android:layout_width">160sp</item>
- <item name="android:layout_height">40sp</item>
- <item name="android:textColor">?android:attr/textColorPrimary</item>
- <item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
- </style>
-
- <style name="Theme.CreateShortCut" parent="android:Theme.Holo.DialogWhenLarge" />
-
- <style name="logWindowStatusText">
- <item name="android:paddingLeft">@dimen/paddingItemsSidebarLog</item>
- <item name="android:layout_width">wrap_content</item>
- <item name="android:layout_height">wrap_content</item>
- <item name="android:textAppearance">?android:attr/textAppearanceLarge</item>
- </style>
-
- <style name="logWindowStatusTitle">
- <item name="android:layout_width">wrap_content</item>
- <item name="android:layout_height">wrap_content</item>
- </style>
-
-
-</resources> \ No newline at end of file