summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gilad <gilad@google.com>2013-10-02 12:14:30 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-02 12:14:30 -0700
commitf25b6f54a1a8d3b2053d9e066f2b79c553353394 (patch)
tree5b0eea0364a448596d173d3b891520e2f8e6381e
parent9275583b7b5cf64a58a7148824b3524aa5a38614 (diff)
parentd78370798462d6ba009c84d275cd97c01cd35181 (diff)
am 45616cf2: am f03e791c: am dd91d0bc: Merge "Add back the black line above the end-call button of the in-call UI." into klp-dev
* commit '45616cf21106433b4e260620acbad4ca2825d02f': Add back the black line above the end-call button of the in-call UI.
-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"/>