summaryrefslogtreecommitdiff
path: root/res/layout/blocked_number_header.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-10-19 23:57:25 -0700
committerAndrew Lee <anwlee@google.com>2015-10-20 14:18:18 -0700
commitb980fc4386cdc24a605fc682d0fef0c5dc54c327 (patch)
tree63d6f383e5d7da937c8abc7a001c447db64d0cdf /res/layout/blocked_number_header.xml
parentd0a5d1421e52caad8073c3e08fbb645c069344df (diff)
Add setting for hiding blocked calls.
+ Add settings switch to blocked number settings. + Add utility for checking/setting whether calls should be blocked. + Filter out blocked calls in call log query, if appropriate. + Refresh call log fragment after a change in setting. Followup work: delete voicemails for calls by blocked numbers after the time when the user blocked them. Bug: 24134270 Change-Id: I85088697559ef6fb446b82617f14f1c6fa893df1
Diffstat (limited to 'res/layout/blocked_number_header.xml')
-rw-r--r--res/layout/blocked_number_header.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/res/layout/blocked_number_header.xml b/res/layout/blocked_number_header.xml
index 39f532281..e16efbcf4 100644
--- a/res/layout/blocked_number_header.xml
+++ b/res/layout/blocked_number_header.xml
@@ -33,11 +33,9 @@
android:layout_height="wrap_content"
android:text="@string/blocked_call_settings_import_description"
android:textSize="@dimen/blocked_number_settings_description_text_size"
- android:lineSpacingMultiplier="1.2"
- android:paddingTop="8dp"
- android:paddingBottom="8dp"
android:paddingStart="@dimen/blocked_number_container_padding"
- android:paddingEnd="@dimen/blocked_number_container_padding" />
+ android:paddingEnd="@dimen/blocked_number_container_padding"
+ style="@style/BlockedNumbersDescriptionTextStyle" />
<Button android:id="@+id/import_button"
android:layout_width="wrap_content"