blob: f5f71d604cb2362b12b60aad1a8b1cd3aeb60ae1 [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"
4 android:layout_width="200dp"
5 android:layout_height="match_parent"
6 android:orientation="vertical" >
7
8 <com.savoirfairelinux.sflphone.views.TACGridView
9 android:id="@+id/favorites_grid"
10 android:layout_width="match_parent"
11 android:layout_height="match_parent"
12 android:columnWidth="80dp"
13 android:numColumns="auto_fit"
14 android:stretchMode="spacingWidth" />
15
16</LinearLayout>