summaryrefslogtreecommitdiffstats
path: root/res/layout/phone_favorites_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/phone_favorites_fragment.xml')
-rw-r--r--res/layout/phone_favorites_fragment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/phone_favorites_fragment.xml b/res/layout/phone_favorites_fragment.xml
index 363565a5d..23987a813 100644
--- a/res/layout/phone_favorites_fragment.xml
+++ b/res/layout/phone_favorites_fragment.xml
@@ -22,7 +22,7 @@
android:divider="?android:attr/dividerHorizontal"
android:showDividers="end"
android:clipChildren="false"
- android:background="@color/background_dialer_light">
+ android:background="@color/background_dialer_list_items">
<FrameLayout
android:id="@+id/contact_tile_frame"
@@ -30,7 +30,7 @@
android:layout_height="match_parent"
android:layout_alignParentTop="true"
android:layout_alignParentLeft="true"
- android:layout_alignParentStart="true">
+ >
<com.android.dialer.list.PhoneFavoriteListView
android:id="@+id/contact_tile_list"