summaryrefslogtreecommitdiff
path: root/res/layout/call_log_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/call_log_fragment.xml')
-rw-r--r--res/layout/call_log_fragment.xml34
1 files changed, 5 insertions, 29 deletions
diff --git a/res/layout/call_log_fragment.xml b/res/layout/call_log_fragment.xml
index c126b778b..ff0d58e00 100644
--- a/res/layout/call_log_fragment.xml
+++ b/res/layout/call_log_fragment.xml
@@ -28,36 +28,11 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="gone">
- <include layout="@layout/call_log_voicemail_status"
- />
- </FrameLayout>
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:id="@+id/filter_status"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- style="@style/ContactListSeparatorTextViewStyle"
- android:layout_marginStart="@dimen/call_log_outer_margin"
- android:layout_marginEnd="@dimen/call_log_outer_margin"
- android:paddingTop="@dimen/call_log_inner_margin"
- android:paddingBottom="@dimen/call_log_inner_margin"
- android:layout_alignParentStart="true"
- android:layout_alignParentBottom="true"
- android:visibility="gone"
- />
- <View
- android:id="@+id/call_log_divider"
- android:layout_width="match_parent"
- android:layout_height="1px"
- android:layout_marginStart="@dimen/call_log_outer_margin"
- android:layout_marginEnd="@dimen/call_log_outer_margin"
- android:layout_gravity="bottom"
- android:background="#55ffffff"
- />
+ <include layout="@layout/call_log_voicemail_status" />
+
</FrameLayout>
+
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -65,7 +40,8 @@
<android.support.v7.widget.RecyclerView android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@color/background_dialer_list_items" />
+ android:background="@color/background_dialer_list_items"
+ android:padding="8dp" />
<include
android:id="@+id/empty_list_view"