diff options
author | Ben Gilad <gilad@google.com> | 2013-10-02 12:13:15 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-10-02 12:13:15 -0700 |
commit | d78370798462d6ba009c84d275cd97c01cd35181 (patch) | |
tree | dfff8ae482a513ac472c6056109041a6dd6b343f | |
parent | 7603ff8f19b396c2214e2f28cbee64d26a78bd7a (diff) | |
parent | 6a80dc5df17e1693d42b6b3bb83e5cfd9f0fcc50 (diff) |
am f03e791c: am dd91d0bc: Merge "Add back the black line above the end-call button of the in-call UI." into klp-dev
* commit 'f03e791c07763428b7f1b83ecd4da188ddd72aec':
Add back the black line above the end-call button of the in-call UI.
-rw-r--r-- | InCallUI/res/layout/call_button_fragment.xml | 1 |
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"/> |