183 lines
6.8 KiB
XML
183 lines
6.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Widget-picker preview for the People widget. See widget_preview_today.xml
|
|
for why the real shell can't be previewed directly. Avatars are initials
|
|
discs here; placed widgets get the real photos from AvatarCache.
|
|
Keep in visual sync with widget_shell.xml + widget_row_person.xml. -->
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@drawable/widget_background"
|
|
android:orientation="vertical"
|
|
android:paddingStart="16dp"
|
|
android:paddingEnd="16dp"
|
|
android:paddingTop="14dp"
|
|
android:paddingBottom="10dp">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentStart="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_toStartOf="@+id/preview_count"
|
|
android:ellipsize="end"
|
|
android:maxLines="1"
|
|
android:text="@string/widget_people_title"
|
|
android:textColor="@color/widget_text_primary"
|
|
android:textSize="15sp"
|
|
android:textStyle="bold" />
|
|
|
|
<TextView
|
|
android:id="@+id/preview_count"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentEnd="true"
|
|
android:layout_centerVertical="true"
|
|
android:background="@drawable/widget_count_bg"
|
|
android:gravity="center"
|
|
android:minWidth="22dp"
|
|
android:paddingStart="7dp"
|
|
android:paddingEnd="7dp"
|
|
android:paddingTop="2dp"
|
|
android:paddingBottom="2dp"
|
|
android:text="@string/widget_preview_count_people"
|
|
android:textColor="@color/widget_accent"
|
|
android:textSize="12sp"
|
|
android:textStyle="bold" />
|
|
</RelativeLayout>
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="1dp"
|
|
android:ellipsize="end"
|
|
android:maxLines="1"
|
|
android:text="@string/widget_preview_updated"
|
|
android:textColor="@color/widget_text_secondary"
|
|
android:textSize="11sp" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="6dp"
|
|
android:gravity="center_vertical"
|
|
android:minHeight="44dp"
|
|
android:orientation="horizontal"
|
|
android:paddingTop="5dp"
|
|
android:paddingBottom="5dp">
|
|
|
|
<TextView
|
|
android:layout_width="28dp"
|
|
android:layout_height="28dp"
|
|
android:background="@drawable/widget_preview_avatar"
|
|
android:gravity="center"
|
|
android:text="@string/widget_preview_initials_1"
|
|
android:textColor="@color/widget_accent"
|
|
android:textSize="12sp"
|
|
android:textStyle="bold" />
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="10dp"
|
|
android:layout_marginEnd="8dp"
|
|
android:layout_weight="1"
|
|
android:ellipsize="end"
|
|
android:maxLines="1"
|
|
android:text="@string/widget_preview_person_1"
|
|
android:textColor="@color/widget_text_primary"
|
|
android:textSize="14sp"
|
|
android:textStyle="bold" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/widget_preview_counts_1"
|
|
android:textColor="@color/widget_text_secondary"
|
|
android:textSize="12sp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center_vertical"
|
|
android:minHeight="44dp"
|
|
android:orientation="horizontal"
|
|
android:paddingTop="5dp"
|
|
android:paddingBottom="5dp">
|
|
|
|
<TextView
|
|
android:layout_width="28dp"
|
|
android:layout_height="28dp"
|
|
android:background="@drawable/widget_preview_avatar"
|
|
android:gravity="center"
|
|
android:text="@string/widget_preview_initials_2"
|
|
android:textColor="@color/widget_accent"
|
|
android:textSize="12sp"
|
|
android:textStyle="bold" />
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="10dp"
|
|
android:layout_marginEnd="8dp"
|
|
android:layout_weight="1"
|
|
android:ellipsize="end"
|
|
android:maxLines="1"
|
|
android:text="@string/widget_preview_person_2"
|
|
android:textColor="@color/widget_text_primary"
|
|
android:textSize="14sp"
|
|
android:textStyle="bold" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/widget_preview_counts_2"
|
|
android:textColor="@color/widget_text_secondary"
|
|
android:textSize="12sp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center_vertical"
|
|
android:minHeight="44dp"
|
|
android:orientation="horizontal"
|
|
android:paddingTop="5dp"
|
|
android:paddingBottom="5dp">
|
|
|
|
<TextView
|
|
android:layout_width="28dp"
|
|
android:layout_height="28dp"
|
|
android:background="@drawable/widget_preview_avatar"
|
|
android:gravity="center"
|
|
android:text="@string/widget_preview_initials_3"
|
|
android:textColor="@color/widget_accent"
|
|
android:textSize="12sp"
|
|
android:textStyle="bold" />
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="10dp"
|
|
android:layout_marginEnd="8dp"
|
|
android:layout_weight="1"
|
|
android:ellipsize="end"
|
|
android:maxLines="1"
|
|
android:text="@string/widget_preview_person_3"
|
|
android:textColor="@color/widget_text_primary"
|
|
android:textSize="14sp"
|
|
android:textStyle="bold" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/widget_preview_counts_3"
|
|
android:textColor="@color/widget_text_secondary"
|
|
android:textSize="12sp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|