equal
deleted
inserted
replaced
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
3 android:layout_width="fill_parent" android:layout_height="fill_parent" |
3 android:layout_width="fill_parent" android:layout_height="fill_parent" |
4 android:orientation="vertical"> |
4 android:orientation="vertical"> |
5 <ViewStub android:id="@+id/contactlist_stub" android:inflatedId="@+id/contactlist_groupstub" android:layout_width="fill_parent" |
5 <ViewStub android:id="@+id/contactlist_stub" android:inflatedId="@+id/contactlist_groupstub" android:layout_width="fill_parent" |
6 android:layout_height="wrap_content" android:layout="@layout/contactlist_groupstub"/> |
6 android:layout_height="wrap_content" android:layout="@layout/contactlist_groupstub"/> |
7 |
7 |
8 <!-- |
|
9 |
|
10 <LinearLayout android:layout_width="fill_parent" |
|
11 android:layout_height="fill_parent" android:orientation="horizontal" |
|
12 android:padding="2px"> |
|
13 <ListView android:id="@+id/contactlist" android:layout_width="fill_parent" |
|
14 android:layout_height="fill_parent" android:transcriptMode="disabled" |
|
15 android:textFilterEnabled="true" /> |
|
16 </LinearLayout> |
|
17 --> |
|
18 |
|
19 <android.support.v4.view.ViewPager android:id="@+id/pager" |
8 <android.support.v4.view.ViewPager android:id="@+id/pager" |
20 android:layout_width="fill_parent" |
9 android:layout_width="fill_parent" |
21 android:layout_height="fill_parent" |
10 android:layout_height="fill_parent" |
22 android:padding="2px"/> |
11 /> |
23 |
12 |
24 </LinearLayout> |
13 </LinearLayout> |