aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/filter_info.xml
blob: 8e07f2434da27a2e024a7430598bd995c31fc7fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:paddingBottom="5dip"
    android:orientation="horizontal">

    <TextView
        android:id="@+id/filterInfo"
        android:layout_width="0dip"
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:textAppearance="?android:attr/textAppearanceMedium"
        android:ellipsize="end"/>

    <Button
        android:id="@+id/btn_clear"
        android:text="@string/btn_clearFilter"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"/>

</LinearLayout>