summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-10-30 10:56:00 -0700
committerAndrew Lee <anwlee@google.com>2015-10-30 11:04:07 -0700
commitefc4d0f7d35fa9aa6395c3290ae04ef73671a428 (patch)
tree8699ffe9aa60c0d746149b84e8ee04580ea9f5c5 /res/layout
parent72579fe971e0a0c3711438e8852d9659f48101c8 (diff)
downloadandroid_packages_apps_Dialer-efc4d0f7d35fa9aa6395c3290ae04ef73671a428.tar.gz
android_packages_apps_Dialer-efc4d0f7d35fa9aa6395c3290ae04ef73671a428.tar.bz2
android_packages_apps_Dialer-efc4d0f7d35fa9aa6395c3290ae04ef73671a428.zip
Always hide blocked calls.
- Remove setting for show/hide. - Remove utilities and behaviors for show/hide. ~ Continue filtering blocked call types in call log (which may be marked by other applications.) ~ Change behavior after blocking call; instead of keeping the call log entry but changing the type to BLOCKED, delete it instead. + Default behavior is now to delete entries and visual voicemails of blocked calls. Bug: 25378068 Bug: 25106387 Change-Id: I8cbc419b25cce6ba39099857cffe4eb1df9d0bef
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/blocked_number_header.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/res/layout/blocked_number_header.xml b/res/layout/blocked_number_header.xml
index 29a05bd26..bbb9c1081 100644
--- a/res/layout/blocked_number_header.xml
+++ b/res/layout/blocked_number_header.xml
@@ -45,41 +45,6 @@
</LinearLayout>
-
- <android.support.v7.widget.CardView
- android:id="@+id/hide_blocked_calls_setting"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="8dp"
- card_view:cardCornerRadius="0dp">
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:gravity="center_vertical"
- android:padding="16dp"
- android:paddingEnd="8dp"
- android:background="@android:color/white"
- android:focusable="true">
-
- <TextView
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="@string/blocked_call_settings_hide_setting"
- style="@style/BlockedNumbersDescriptionTextStyle" />
-
- <Switch android:id="@+id/hide_blocked_calls_switch"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="40dp"
- android:focusable="false" />
-
- </LinearLayout>
-
- </android.support.v7.widget.CardView>
-
<android.support.v7.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"