summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gilad <gilad@google.com>2013-10-02 19:09:37 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-10-02 19:09:38 +0000
commit0c09e53d0f5cbaaab22628b93708911de979e8a6 (patch)
tree5b0eea0364a448596d173d3b891520e2f8e6381e
parentb62e45b7c8aec0946b9a3904295cdda35ce362ea (diff)
parent9c49383acc3e09d4c98e6ceae35780cf85f221f3 (diff)
Merge "Add back the black line above the end-call button of the in-call UI." into klp-dev
-rw-r--r--InCallUI/res/layout/call_button_fragment.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/InCallUI/res/layout/call_button_fragment.xml b/InCallUI/res/layout/call_button_fragment.xml
index 06de6d9fa..338190ccf 100644
--- a/InCallUI/res/layout/call_button_fragment.xml
+++ b/InCallUI/res/layout/call_button_fragment.xml
@@ -51,6 +51,7 @@
<ImageButton android:id="@+id/endButton"
style="@style/InCallEndButton"
android:layout_width="match_parent"
+ android:layout_marginTop="2dp"
android:src="@drawable/ic_in_call_phone_hangup"
android:background="@drawable/end_call_background"
android:contentDescription="@string/onscreenEndCallText"/>