Home | History | Annotate | Download | only in layout

Lines Matching full:android

2 <!-- Copyright (C) 2010 The Android Open Source Project
17 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
18 android:layout_width="match_parent"
19 android:layout_height="wrap_content"
20 android:minHeight="?android:attr/listPreferredItemHeight"
21 android:gravity="center_vertical"
22 android:paddingEnd="?android:attr/scrollbarSize"
23 android:background="?android:attr/selectableItemBackground" >
25 <RelativeLayout android:layout_width="wrap_content"
26 android:layout_height="wrap_content"
27 android:layout_marginStart="15dip"
28 android:layout_marginEnd="6dip"
29 android:layout_marginTop="6dip"
30 android:layout_marginBottom="6dip"
31 android:layout_weight="1">
33 <TextView android:id="@+android:id/text1"
34 android:layout_width="wrap_content"
35 android:layout_height="wrap_content"
36 android:singleLine="true"
37 android:textAppearance="?android:attr/textAppearanceMedium"
38 android:ellipsize="marquee"
39 android:fadingEdge="horizontal" />
41 <TextView android:id="@+android:id/text2"
42 android:layout_width="wrap_content"
43 android:layout_height="wrap_content"
44 android:layout_below="@android:id/text1"
45 android:layout_alignStart="@android:id/text1"
46 android:textAppearance="?android:attr/textAppearanceSmall"
47 android:textColor="?android:attr/textColorSecondary"
48 android:maxLines="1" />