Home | History | Annotate | Download | only in layout

Lines Matching full:android

2 <!-- Copyright (C) 2007 The Android Open Source Project
19 xmlns:android="http://schemas.android.com/apk/res/android"
20 android:layout_width="match_parent"
21 android:layout_height="match_parent"
22 android:id="@+id/main">
25 android:id="@+id/in_call_and_button_container"
26 android:layout_width="match_parent"
27 android:layout_height="match_parent"
28 android:orientation="vertical">
31 android:id="@+id/in_call_card_container"
32 android:layout_width="match_parent"
33 android:layout_height="0dp"
34 android:layout_weight="1">
37 android:name="com.android.incallui.CallCardFragment"
38 android:id="@+id/callCardFragment"
39 android:layout_width="match_parent"
40 android:layout_height="match_parent"
41 android:layout_alignParentTop="true"
42 android:layout_alignParentStart="true" />
44 android:name="com.android.incallui.DialpadFragment"
45 android:id="@+id/dialpadFragment"
46 android:layout_width="match_parent"
47 android:layout_height="match_parent"
48 android:layout_alignParentTop="true"
49 android:layout_alignParentStart="true" />
52 <fragment android:name="com.android.incallui.CallButtonFragment"
53 android:id="@+id/callButtonFragment"
54 android:layout_width="match_parent"
55 android:layout_height="wrap_content"/>
59 <fragment android:name="com.android.incallui.AnswerFragment"
60 android:id="@+id/answerFragment"
61 android:layout_width="match_parent"
62 android:layout_height="wrap_content"
63 android:layout_alignParentBottom="true"
64 android:layout_centerHorizontal="true"
65 android:gravity="top"
66 android:layout_gravity="bottom|center_horizontal"
67 android:layout_marginBottom="@dimen/glowpadview_margin_bottom"
68 android:visibility="gone" />
70 <fragment android:name="com.android.incallui.ConferenceManagerFragment"
71 android:id="@+id/conferenceManagerFragment"
72 android:layout_width="match_parent"
73 android:layout_height="match_parent"
74 android:layout_alignParentTop="true"
75 android:layout_alignParentStart="true"
76 android:layout_alignParentBottom="true"
77 android:layout_alignParentEnd="true" />