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:47:59 -0700
commit97e4c867a288c975e5425aabb0c5c0df583ffbbf (patch)
tree253664f3535c3858be8a8e8378987990aadeedf3
parentf91ee312fda13f770b9d90b4a155728f412457d5 (diff)
downloadpackages_apps_InCallUI-qcril.tar.gz
packages_apps_InCallUI-qcril.tar.bz2
packages_apps_InCallUI-qcril.zip
Underp the dialpad buttonsqcril
* 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 c954a5be..c5914a46 100644
--- a/res/layout/call_button_fragment.xml
+++ b/res/layout/call_button_fragment.xml
@@ -195,25 +195,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" />