blob: cb52addac69672706780531686c1893a07b73868 [file] [log] [blame]
alisiond295ec22013-05-17 10:12:13 -04001<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:id="@+id/container"
Alexandre Lision8b9d8e82013-10-04 09:21:27 -04004 android:layout_width="match_parent"
5 android:layout_height="wrap_content"
6 android:background="@color/sfl_light_blue"
alisiond295ec22013-05-17 10:12:13 -04007 android:orientation="vertical" >
Alexandre Lisiond5dbcdf2013-10-07 14:13:09 -04008
9 <SearchView
10 android:id="@+id/contact_search"
11 android:layout_width="match_parent"
12 android:layout_height="wrap_content"
13 android:background="@color/lighter_gray" />
alisiond295ec22013-05-17 10:12:13 -040014
Alexandre Lision8b9d8e82013-10-04 09:21:27 -040015 <TextView
16 android:layout_width="match_parent"
17 android:layout_height="wrap_content"
18 android:drawableLeft="@drawable/ic_action_important"
19 android:gravity="center_vertical"
20 android:text="@string/starred_contacts_title"
21 android:textStyle="bold" />
22
Alexandre Lision064e1e02013-10-01 16:18:42 -040023 <org.sflphone.views.TACGridView
alisiond295ec22013-05-17 10:12:13 -040024 android:id="@+id/favorites_grid"
25 android:layout_width="match_parent"
26 android:layout_height="match_parent"
27 android:columnWidth="80dp"
28 android:numColumns="auto_fit"
29 android:stretchMode="spacingWidth" />
30
alisiond295ec22013-05-17 10:12:13 -040031</LinearLayout>