summaryrefslogtreecommitdiff
path: root/res/layout/blocked_number_footer.xml
diff options
context:
space:
mode:
authorTa-wei Yen <twyen@google.com>2015-11-11 11:21:50 -0800
committerTa-wei Yen <twyen@google.com>2015-11-16 15:45:22 -0800
commit03fd6dceda7d802c7c3fe0bde83df2586e5e836d (patch)
tree53234c03a86f29849a1a696bfc7dcbc5e681dd75 /res/layout/blocked_number_footer.xml
parentbccb2275f58d4179012290111598b75cc84cc1bb (diff)
Tweak block number UI
Bug:25455707 Change-Id: I374a200d1332addfb321dd16eb52b779c3754159
Diffstat (limited to 'res/layout/blocked_number_footer.xml')
-rw-r--r--res/layout/blocked_number_footer.xml23
1 files changed, 10 insertions, 13 deletions
diff --git a/res/layout/blocked_number_footer.xml b/res/layout/blocked_number_footer.xml
index cdb3ead1b..17425c840 100644
--- a/res/layout/blocked_number_footer.xml
+++ b/res/layout/blocked_number_footer.xml
@@ -14,27 +14,24 @@
limitations under the License.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:card_view="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:focusable="false">
<LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:layout_marginBottom="8dp"
- android:padding="16dp"
- android:background="@android:color/white"
- android:focusable="true">
-
- <TextView android:id="@+id/blocked_number_footer_textview"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:textColor="@color/blocked_number_secondary_text_color"
- android:textSize="@dimen/blocked_number_primary_text_size"
- android:text="@string/block_number_footer_message_vvm" />
+ android:orientation="vertical"
+ android:padding="@dimen/blocked_number_container_padding"
+ android:background="@android:color/white"
+ android:focusable="true">
+ <TextView android:id="@+id/blocked_number_footer_textview"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:textColor="@color/blocked_number_secondary_text_color"
+ android:textSize="@dimen/blocked_number_settings_description_text_size"
+ android:text="@string/block_number_footer_message_vvm"/>
</LinearLayout>
</LinearLayout>