summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-10-30 19:11:35 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-10-30 19:11:35 +0000
commit7323d631ba028ead01371d7d00abaeba3e3ef56e (patch)
treea0f0911102479900fa7ce1edca122064ec243e83 /res/layout
parent05f9a260038e8bf47563afd8aabf545f3acb9665 (diff)
parentefc4d0f7d35fa9aa6395c3290ae04ef73671a428 (diff)
Merge "Always hide blocked calls." into ub-contactsdialer-a-dev
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 57f5df0e2..50a3dc8f2 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"