summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-02-26 22:37:04 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-02-26 22:37:05 +0000
commit0531a915a1078b67f9ceec7db9910a9f7f54f94b (patch)
treeb4143f80c177ef3c4b5e9476d233b8c3a041e627 /res
parenteb2097d840ac4e2f8709041cb7c9282697a309af (diff)
parent7151398929e487f7f74b285f3e4c478f95daa7c6 (diff)
Merge "Use new PowerManager API to implement voicemail proximity"
Diffstat (limited to 'res')
-rw-r--r--res/layout/call_detail.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/res/layout/call_detail.xml b/res/layout/call_detail.xml
index 35c41c0b3..522c698ad 100644
--- a/res/layout/call_detail.xml
+++ b/res/layout/call_detail.xml
@@ -100,18 +100,4 @@
</LinearLayout>
- <!--
- Used to hide the UI when playing a voicemail and the proximity sensor
- is detecting something near the screen.
- -->
- <View
- android:id="@+id/blank"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@android:color/black"
- android:visibility="gone"
- android:clickable="true"
- android:layout_alignParentStart="true"
- android:layout_alignParentTop="true"
- />
</RelativeLayout>