diff options
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/answer_fragment.xml | 2 | ||||
-rw-r--r-- | res/layout/call_card.xml | 11 | ||||
-rw-r--r-- | res/layout/incall_screen.xml | 12 |
3 files changed, 12 insertions, 13 deletions
diff --git a/res/layout/answer_fragment.xml b/res/layout/answer_fragment.xml index 15c2093e..92630b89 100644 --- a/res/layout/answer_fragment.xml +++ b/res/layout/answer_fragment.xml @@ -25,7 +25,7 @@ android:focusable="true" android:layout_centerHorizontal="true" android:gravity="center" - android:background="@android:color/black" + android:background="@color/glowpad_background_color" android:visibility="gone" dc:targetDrawables="@array/incoming_call_widget_3way_targets" diff --git a/res/layout/call_card.xml b/res/layout/call_card.xml index 07ecef07..6a06cabd 100644 --- a/res/layout/call_card.xml +++ b/res/layout/call_card.xml @@ -75,6 +75,17 @@ android:layout_width="match_parent" android:layout_height="match_parent" /> + <fragment android:name="com.android.incallui.AnswerFragment" + android:id="@+id/answerFragment" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_alignParentBottom="true" + android:layout_centerHorizontal="true" + android:gravity="top" + android:layout_gravity="bottom|center_horizontal" + android:layout_marginBottom="@dimen/glowpadview_margin_bottom" + android:visibility="gone" /> + </FrameLayout> </LinearLayout> diff --git a/res/layout/incall_screen.xml b/res/layout/incall_screen.xml index 45bf37a1..9f756957 100644 --- a/res/layout/incall_screen.xml +++ b/res/layout/incall_screen.xml @@ -27,18 +27,6 @@ android:layout_alignParentTop="true" android:layout_alignParentStart="true" /> - - <fragment android:name="com.android.incallui.AnswerFragment" - android:id="@+id/answerFragment" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_alignParentBottom="true" - android:layout_centerHorizontal="true" - android:gravity="top" - android:layout_gravity="bottom|center_horizontal" - android:layout_marginBottom="@dimen/glowpadview_margin_bottom" - android:visibility="gone" /> - <fragment android:name="com.android.incallui.ConferenceManagerFragment" android:id="@+id/conferenceManagerFragment" android:layout_width="match_parent" |