blob: 60b31c0ad8b420195ff74d9fd574f7ba6ec49755 [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="match_parent"
android:layout_height="wrap_content"
android:background="@color/sfl_light_blue"
android:orientation="vertical" >
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:drawableLeft="@drawable/ic_action_important"
android:gravity="center_vertical"
android:text="@string/starred_contacts_title"
android:textStyle="bold" />
<org.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>