summaryrefslogtreecommitdiff
path: root/vdrmanager/res/layout/timer_operation_list_item.xml
blob: 16aa8491a6dc2d847fddd0889c2cc6e81dbe67ea (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:paddingLeft="5dp"
    android:paddingRight="5dp"
    android:gravity= "center_vertical"
    android:textAppearance="?android:textAppearanceLarge"
    android:textColor="#000"
    android:lines="2"/>