summaryrefslogtreecommitdiff
path: root/vdrmanager/res/layout/group_layout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/res/layout/group_layout.xml')
-rw-r--r--vdrmanager/res/layout/group_layout.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/vdrmanager/res/layout/group_layout.xml b/vdrmanager/res/layout/group_layout.xml
index 825a8e4..4553ae3 100644
--- a/vdrmanager/res/layout/group_layout.xml
+++ b/vdrmanager/res/layout/group_layout.xml
@@ -1,10 +1,12 @@
<LinearLayout android:id="@+id/LinearLayout01"
android:layout_width="fill_parent" android:layout_height="40dip"
xmlns:android="http://schemas.android.com/apk/res/android">
-
+<!-- -->
<TextView android:id="@+id/channel_name" android:layout_width="fill_parent"
android:layout_height="40dip" android:text="Groups" android:gravity="center_vertical|left"
android:paddingLeft="35dip" android:paddingRight="5dip"
+ android:textColor="#BDBDBD"
android:textStyle="bold"
- android:textSize="16dip"/>
+ android:textAppearance="?android:textAppearanceMedium"
+ />
</LinearLayout>