summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2014-05-11 00:47:59 -0700
committerSteve Kondik <shade@chemlab.org>2014-05-11 00:48:57 -0700
commitf46c62424361ba5aced620433baefb12ee4bf2d4 (patch)
tree89ab7f3d48d2b046daf22d1315543878e1e9ad9e
parent0b956a1d21986e47d98562e2cab29c6cefdd7715 (diff)
downloadpackages_apps_InCallUI-f46c62424361ba5aced620433baefb12ee4bf2d4.tar.gz
packages_apps_InCallUI-f46c62424361ba5aced620433baefb12ee4bf2d4.tar.bz2
packages_apps_InCallUI-f46c62424361ba5aced620433baefb12ee4bf2d4.zip
Underp the dialpad buttons
* Fix weirdo button that joined us with a bad merge Change-Id: Id54a5883d0fca789f8f53a851363d6eda2aae6af
-rw-r--r--res/layout/call_button_fragment.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/res/layout/call_button_fragment.xml b/res/layout/call_button_fragment.xml
index 5fa170a9..373a2420 100644
--- a/res/layout/call_button_fragment.xml
+++ b/res/layout/call_button_fragment.xml
@@ -179,25 +179,6 @@
android:contentDescription="@string/onscreenBlacklistText"
/>
- <!-- Separator between 5th (or 6th) button and right padding -->
- <View style="@style/VerticalSeparator" />
-
- <ImageButton
- android:id="@+id/addParticipant"
- style="@style/InCallButton"
- android:background="@drawable/ic_add_group_holo_dark"
- android:contentDescription="@string/onscreenAddParticipant" />
-
-
- <!-- Separator between 5th (or 6th) button and right padding -->
- <View style="@style/VerticalSeparator" />
-
- <Button android:id="@+id/modifyCallButton"
- style="@style/InCallButton"
- android:background="@drawable/btn_compound_vt"
- android:contentDescription="@string/onscreenModifyCallText"
- />
-
<!-- Separator between 4th (or 5th) button and right padding -->
<View style="@style/VerticalSeparator" />