From 63825c8c150676a563719a00aa02b42c9775189c Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Wed, 15 Jul 2015 17:35:33 -0700 Subject: Update Dialer permissions UI per mocks Bug: 22174668 Change-Id: If6757ff66c411228cfa22d70caaf6cc532fd2b31 --- res/layout/all_contacts_fragment.xml | 54 +++++++++++++++++++++++++++++++ res/layout/call_log_fragment.xml | 3 +- res/layout/empty_content_view.xml | 9 ++++-- res/layout/show_all_contacts_fragment.xml | 53 ------------------------------ res/layout/speed_dial_fragment.xml | 3 +- 5 files changed, 65 insertions(+), 57 deletions(-) create mode 100644 res/layout/all_contacts_fragment.xml delete mode 100644 res/layout/show_all_contacts_fragment.xml (limited to 'res/layout') diff --git a/res/layout/all_contacts_fragment.xml b/res/layout/all_contacts_fragment.xml new file mode 100644 index 000000000..2ca013a19 --- /dev/null +++ b/res/layout/all_contacts_fragment.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + diff --git a/res/layout/call_log_fragment.xml b/res/layout/call_log_fragment.xml index 3a7013d57..f69c5139f 100644 --- a/res/layout/call_log_fragment.xml +++ b/res/layout/call_log_fragment.xml @@ -30,7 +30,8 @@ diff --git a/res/layout/empty_content_view.xml b/res/layout/empty_content_view.xml index 18633d0f9..d8f27aad8 100644 --- a/res/layout/empty_content_view.xml +++ b/res/layout/empty_content_view.xml @@ -25,12 +25,13 @@ android:id="@+id/emptyListViewMessage" android:layout_width="match_parent" android:layout_height="wrap_content" - android:minHeight="84dp" android:gravity="center_horizontal|top" android:textSize="@dimen/empty_list_message_text_size" android:textColor="@color/empty_list_text_color" android:paddingRight="16dp" - android:paddingLeft="16dp" /> + android:paddingLeft="16dp" + android:paddingTop="8dp" + android:paddingBottom="8dp" /> + + diff --git a/res/layout/show_all_contacts_fragment.xml b/res/layout/show_all_contacts_fragment.xml deleted file mode 100644 index 3b501fb88..000000000 --- a/res/layout/show_all_contacts_fragment.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/res/layout/speed_dial_fragment.xml b/res/layout/speed_dial_fragment.xml index 55dd158d2..5b6ce4fb8 100644 --- a/res/layout/speed_dial_fragment.xml +++ b/res/layout/speed_dial_fragment.xml @@ -44,7 +44,8 @@ -- cgit v1.2.3