|
|
|
@ -22,15 +22,15 @@
|
|
|
|
android:src="@drawable/header_tasks"
|
|
|
|
android:src="@drawable/header_tasks"
|
|
|
|
android:scaleType="center" />
|
|
|
|
android:scaleType="center" />
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Title -->
|
|
|
|
<!-- Header Logo -->
|
|
|
|
<TextView android:id="@+id/listLabel"
|
|
|
|
<ImageView android:id="@+id/headerLogo"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_weight="100"
|
|
|
|
android:layout_weight="100"
|
|
|
|
android:gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
android:paddingRight="50dip"
|
|
|
|
android:paddingRight="50dip"
|
|
|
|
android:text="@string/FLA_title"
|
|
|
|
android:src="@drawable/header_logo"
|
|
|
|
style="@style/TextAppearance.TLA_Header"/>
|
|
|
|
android:scaleType="center"/>
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|