blob: fc7ea62683c46c3395d4d1eb3a1a58c741b590ce [file] [log] [blame]
alisionfde875f2013-05-28 17:01:54 -04001<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
alision85992112013-05-29 12:18:08 -04005 android:background="@color/lighter_gray"
alisionfde875f2013-05-28 17:01:54 -04006 android:orientation="vertical" >
7
alisionb1763882013-06-18 17:30:51 -04008 <ExpandableListView
alisionfde875f2013-05-28 17:01:54 -04009 android:id="@+id/call_list"
10 android:layout_width="match_parent"
11 android:layout_height="wrap_content" >
alisionb1763882013-06-18 17:30:51 -040012 </ExpandableListView>
alisionfde875f2013-05-28 17:01:54 -040013
14</LinearLayout>