You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/gcal_body"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="50dip"
|
|
|
|
android:paddingLeft="5dip"
|
|
|
|
android:gravity="center_vertical">
|
|
|
|
<ImageView
|
|
|
|
style="@style/EditRowImage"
|
|
|
|
android:src="@drawable/icn_edit_calendar"/>
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/calendar_display_which"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:gravity="left"
|
|
|
|
android:maxLines="1"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:paddingLeft="5dip"
|
|
|
|
style="@style/TextAppearance.EditRowDisplay" />
|
|
|
|
</LinearLayout>
|
|
|
|
<View
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="1px"
|
|
|
|
android:padding="5dip"
|
|
|
|
style="@style/TEA_Separator" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|