OSDN Git Service

styling fixes
[android-x86/external-koush-Widgets.git] / Widgets / res / layout / list_content_header.xml
1 <TextView xmlns:android="http://schemas.android.com/apk/res/android"
2     android:id="@+id/list_header_title"
3     style="@android:style/TextAppearance.Medium.Inverse"
4     android:layout_width="fill_parent"
5     android:layout_height="wrap_content"
6     android:background="@color/holo_blue_light"
7     android:paddingBottom="2dip"
8     android:paddingLeft="8dip"
9     android:paddingTop="2dip" />