blob: f1dbe5eba14a7623ef49dc17372049705faa3d7b [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/container"
android:layout_width="200dp"
android:layout_height="match_parent"
android:orientation="vertical" >
<com.savoirfairelinux.sflphone.views.TACGridView
android:id="@+id/favorites_grid"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:columnWidth="80dp"
android:numColumns="auto_fit"
android:stretchMode="spacingWidth" />
</LinearLayout>