am 78c7748a: Adjust padding in "Favorites" tabs

* commit '78c7748ad7bff1498bb282ac9bdc7124152a03d8':
  Adjust padding in "Favorites" tabs
diff --git a/res-common/layout/contact_tile_frequent.xml b/res-common/layout/contact_tile_frequent.xml
index 880ce81..b1e83ce 100644
--- a/res-common/layout/contact_tile_frequent.xml
+++ b/res-common/layout/contact_tile_frequent.xml
@@ -24,8 +24,6 @@
         android:layout_height="wrap_content"
         android:orientation="horizontal"
         android:gravity="center_vertical"
-        android:paddingStart="?list_item_padding_left"
-        android:paddingEnd="?list_item_padding_right"
         android:paddingTop="?list_item_padding_top"
         android:paddingBottom="?list_item_padding_bottom">
 
diff --git a/res-common/layout/contact_tile_starred.xml b/res-common/layout/contact_tile_starred.xml
index 3d9abb5..834cdc8 100644
--- a/res-common/layout/contact_tile_starred.xml
+++ b/res-common/layout/contact_tile_starred.xml
@@ -25,7 +25,7 @@
         android:layout_width="match_parent"
         android:layout_height="match_parent"
         android:orientation="vertical"
-        android:paddingTop="21dp">
+        android:paddingTop="24dp">
         <view
             android:id="@+id/contact_tile_container"
             android:layout_width="match_parent"