6 lines
948 B
XML
6 lines
948 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/eventListFooter" android:background="@drawable/calendar_list_item_background_nor" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_90dp" android:minHeight="@dimen/tmap_90dp"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<ImageView android:background="@drawable/calendar_add_event_list_selector" android:layout_width="@dimen/tmap_15dp" android:layout_height="@dimen/tmap_19dp" />
|
|
<TextView android:textSize="@dimen/tmap_14dp" android:textColor="@color/calendar_add_event_selector" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/tmap_6dp" android:layout_marginTop="@dimen/tmap_1dp" android:text="@string/str_add_calendar_event" android:includeFontPadding="false" android:fontFamily="@font/skp_go_bm" />
|
|
</LinearLayout> |