summaryrefslogtreecommitdiffstats
path: root/res/layout/call_spinner.xml
blob: 7c8be1b94ddc38e9549e69cbb1ff28f777b4115a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="horizontal"
    android:paddingStart="@dimen/call_log_outer_margin"
    android:paddingEnd="@dimen/call_log_outer_margin">
    <Spinner
        android:id="@+id/filter_sub_spinner"
        android:layout_width="0dip"
        android:layout_height="@dimen/list_section_divider_min_height"
        android:layout_weight="1.2"
        android:layout_marginTop="5dip"
        android:layout_marginBottom="5dip" />
    <Spinner
        android:id="@+id/filter_status_spinner"
        android:layout_width="0dip"
        android:layout_height="@dimen/list_section_divider_min_height"
        android:layout_weight="2"
        android:layout_marginTop="5dip"
        android:layout_marginBottom="5dip" />
</LinearLayout>