summaryrefslogtreecommitdiff
path: root/vdrmanager/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/res/values/styles.xml')
-rw-r--r--vdrmanager/res/values/styles.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/vdrmanager/res/values/styles.xml b/vdrmanager/res/values/styles.xml
index 4c463ba..70ece1a 100644
--- a/vdrmanager/res/values/styles.xml
+++ b/vdrmanager/res/values/styles.xml
@@ -67,5 +67,15 @@
<item name="android:layout_marginBottom">10dp</item>
<item name="android:background">@drawable/line_gradient</item>
</style>
+
+ <style name="Line2">
+ <item name="android:layout_width">fill_parent</item>
+ <item name="android:layout_height">1px</item>
+ <item name="android:layout_marginLeft">10dp</item>
+ <item name="android:layout_marginRight">10dp</item>
+ <item name="android:layout_marginTop">1dp</item>
+ <item name="android:layout_marginBottom">1dp</item>
+ <item name="android:background">@drawable/line_gradient</item>
+ </style>
</resources> \ No newline at end of file