2012-08-02 16:52:52 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-08-04 11:35:05 +02:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2012-08-02 16:52:52 +02:00
|
|
|
android:layout_width="match_parent"
|
2012-08-04 11:35:05 +02:00
|
|
|
android:layout_height="match_parent" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/txtvTitle"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="32dp"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:maxLines="1"
|
|
|
|
android:layout_margin="8dp"
|
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
|
|
</LinearLayout>
|