Merge "Fix height of "add blocked number" button on the blocked numbers screen." am: e3c7578b61 am: 65671fc977 am: 0577c613e2 am: f03e86dd95 am: e730cbf6a6

Original change: https://android-review.googlesource.com/c/platform/packages/services/Telecomm/+/1861799

Change-Id: I583ed3a090c04fe55282ecce2850a2e511eb9365
diff --git a/res/xml/activity_blocked_numbers.xml b/res/xml/activity_blocked_numbers.xml
index df1a759..f884ec9 100644
--- a/res/xml/activity_blocked_numbers.xml
+++ b/res/xml/activity_blocked_numbers.xml
@@ -75,7 +75,7 @@
                     <TextView
                             android:id="@+id/add_blocked"
                             android:layout_width="wrap_content"
-                            android:layout_height="48dp"
+                            android:layout_height="wrap_content"
                             android:text="@string/block_number"
                             android:layout_marginBottom="@dimen/blocked_numbers_button_bottom_margin"
                             android:paddingTop="@dimen/blocked_numbers_button_large_padding"