summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-07-15 17:35:33 -0700
committerYorke Lee <yorkelee@google.com>2015-07-15 17:35:33 -0700
commit63825c8c150676a563719a00aa02b42c9775189c (patch)
tree3dad71e7cf267c9aca6567c2f4d4e6fef09e9020 /res/layout
parentfb9c5391c71e65668d42eea5d8843fd1a14cc792 (diff)
Update Dialer permissions UI per mocks
Bug: 22174668 Change-Id: If6757ff66c411228cfa22d70caaf6cc532fd2b31
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/all_contacts_fragment.xml (renamed from res/layout/show_all_contacts_fragment.xml)13
-rw-r--r--res/layout/call_log_fragment.xml3
-rw-r--r--res/layout/empty_content_view.xml9
-rw-r--r--res/layout/speed_dial_fragment.xml3
4 files changed, 18 insertions, 10 deletions
diff --git a/res/layout/show_all_contacts_fragment.xml b/res/layout/all_contacts_fragment.xml
index 3b501fb88..2ca013a19 100644
--- a/res/layout/show_all_contacts_fragment.xml
+++ b/res/layout/all_contacts_fragment.xml
@@ -42,12 +42,13 @@
android:fastScrollEnabled="true"
android:fadingEdge="none"
android:nestedScrollingEnabled="true" />
- </FrameLayout>
- <com.android.dialer.widget.EmptyContentView
- android:id="@+id/empty_list_view"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:visibility="gone"/>
+ <com.android.dialer.widget.EmptyContentView
+ android:id="@+id/empty_list_view"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"
+ android:visibility="gone"/>
+ </FrameLayout>
</LinearLayout>
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 @@
<com.android.dialer.widget.EmptyContentView
android:id="@+id/empty_list_view"
android:layout_width="match_parent"
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"
android:visibility="gone" />
</FrameLayout>
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" />
<TextView
android:id="@+id/emptyListViewAction"
@@ -47,4 +48,8 @@
android:clickable="true"
style="@style/TextActionStyle" />
+ <Space
+ android:layout_width="match_parent"
+ android:layout_height="40dp" />
+
</merge>
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 @@
<com.android.dialer.widget.EmptyContentView
android:id="@+id/empty_list_view"
android:layout_width="match_parent"
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"
android:visibility="gone"/>
</FrameLayout>