blob: eb7ce2591bb42e466ace142019e89fe61ade3611 [file] [log] [blame]
Mark Wei479505d2013-03-21 06:04:46 -07001<?xml version="1.0" encoding="utf-8"?>
2
3<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
4 android:id="@+id/attachment_previews"
5 android:layout_width="match_parent"
6 android:layout_height="wrap_content"
7 android:layout_marginTop="@dimen/attachment_preview_margin_top"
8 android:layout_marginLeft="@dimen/attachment_preview_margin_side"
9 android:layout_marginRight="@dimen/attachment_preview_margin_side"
10 android:visibility="gone" >
11 <!--todo:markwei get font color, typeface, and size from channah-->
12 <TextView
13 android:id="@+id/ap_overflow"
14 android:layout_width="@dimen/ap_overflow_count_diameter"
15 android:layout_height="@dimen/ap_overflow_count_diameter"
16 android:layout_marginRight="@dimen/ap_margin_side"
17 android:layout_marginBottom="@dimen/ap_margin_side"
18 android:layout_gravity="bottom|right"
19 android:includeFontPadding="false"
20 android:textStyle="bold"
21 android:textSize="12sp"/>
22 <!--todo:markwei get actual spinner asset from channah-->
23 <ImageView
24 android:id="@+id/ap_progress_bar"
25 android:layout_width="wrap_content"
26 android:layout_height="wrap_content"
27 android:layout_gravity="center"
28 android:src="@drawable/spinner_holo" />
29</FrameLayout>