diff --git a/res/drawable/ic_apps_filter_settings_24dp.xml b/res/drawable/ic_apps_filter_settings_24dp.xml
new file mode 100644
index 00000000000..01a53a7e7e1
--- /dev/null
+++ b/res/drawable/ic_apps_filter_settings_24dp.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
diff --git a/res/layout/apps_filter_spinner.xml b/res/layout/apps_filter_spinner.xml
index ca69cc61f82..c9b1e074078 100644
--- a/res/layout/apps_filter_spinner.xml
+++ b/res/layout/apps_filter_spinner.xml
@@ -37,7 +37,7 @@
android:layout_toRightOf="@id/filter_spinner"
android:contentDescription="@string/configure"
android:scaleType="center"
- android:src="@drawable/ic_settings_24dp"
+ android:src="@drawable/ic_apps_filter_settings_24dp"
android:visibility="gone"/>
diff --git a/res/layout/data_usage_cycle_item.xml b/res/layout/data_usage_cycle_item.xml
deleted file mode 100644
index 015608d2b8e..00000000000
--- a/res/layout/data_usage_cycle_item.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
diff --git a/res/layout/data_usage_cycles.xml b/res/layout/data_usage_cycles.xml
index 9c6cc31b199..05c38e0b68c 100644
--- a/res/layout/data_usage_cycles.xml
+++ b/res/layout/data_usage_cycles.xml
@@ -14,21 +14,17 @@
limitations under the License.
-->
-
+ android:minHeight="?android:attr/listPreferredItemHeight">
-
+ android:layout_width="wrap_content"
+ android:layout_centerInParent="true"/>
+
+
-
diff --git a/res/layout/homepage_condition_tile.xml b/res/layout/homepage_condition_tile.xml
index 50ef3c250d2..9be5c1efdf4 100644
--- a/res/layout/homepage_condition_tile.xml
+++ b/res/layout/homepage_condition_tile.xml
@@ -17,12 +17,9 @@
+ style="@style/ContextualCardStyle">
diff --git a/res/layout/homepage_slice_tile.xml b/res/layout/homepage_slice_tile.xml
index b947d656097..151ad24e4c9 100644
--- a/res/layout/homepage_slice_tile.xml
+++ b/res/layout/homepage_slice_tile.xml
@@ -20,12 +20,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginTop="@dimen/homepage_card_top_margin"
- android:layout_marginBottom="@dimen/homepage_card_bottom_margin"
- android:layout_marginStart="@dimen/homepage_card_side_margin"
- android:layout_marginEnd="@dimen/homepage_card_side_margin"
- app:cardCornerRadius="@dimen/homepage_card_corner_radius"
- app:cardElevation="@dimen/homepage_card_elevation">
+ style="@style/ContextualCardStyle">
+ android:theme="?android:attr/actionBarTheme"/>
Check with your network provider for pricing.
+
+ App data usage
+
Unavailable when connected to %1$s
diff --git a/res/values/styles.xml b/res/values/styles.xml
index b096cf8821d..440f7d02c01 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -458,4 +458,13 @@
- 24dp
+
+
diff --git a/res/values/themes_suw.xml b/res/values/themes_suw.xml
index d66f917173b..e0d25c9cd4b 100644
--- a/res/values/themes_suw.xml
+++ b/res/values/themes_suw.xml
@@ -183,7 +183,6 @@