diff --git a/res/layout/widget_cell_content.xml b/res/layout/widget_cell_content.xml
index 8f786bf973..f4bfebd59a 100644
--- a/res/layout/widget_cell_content.xml
+++ b/res/layout/widget_cell_content.xml
@@ -46,20 +46,22 @@
android:layout_gravity="center_vertical"
android:id="@+id/widget_text_container"
android:orientation="vertical">
-
-
+
+
+ android:textColor="?attr/widgetCellSubtitleColor"
+ android:textSize="@dimen/widget_cell_dims_font_size"
+ android:textFontWeight="@integer/widget_cell_dims_font_weight"
+ android:lineHeight="@dimen/widget_cell_dims_line_height" />
+ android:fadingEdge="horizontal" />
diff --git a/res/layout/widgets_list_row_header_two_pane.xml b/res/layout/widgets_list_row_header_two_pane.xml
index bdb2aed604..d4baf0aed3 100644
--- a/res/layout/widgets_list_row_header_two_pane.xml
+++ b/res/layout/widgets_list_row_header_two_pane.xml
@@ -51,7 +51,9 @@
android:ellipsize="end"
android:maxLines="1"
android:textColor="?attr/widgetPickerHeaderAppTitleColor"
- android:textSize="16sp"
+ android:textSize="@dimen/widget_picker_header_app_title_font_size"
+ android:textFontWeight="@integer/widget_picker_header_app_title_font_weight"
+ android:lineHeight="@dimen/widget_picker_header_app_title_line_height"
android:duplicateParentState="true"
tools:text="App name" />
@@ -62,7 +64,9 @@
android:ellipsize="end"
android:maxLines="1"
android:textColor="?attr/widgetPickerHeaderAppSubtitleColor"
- android:alpha="0.7"
+ android:textSize="@dimen/widget_picker_header_app_subtitle_font_size"
+ android:textFontWeight="@integer/widget_picker_header_app_subtitle_font_weight"
+ android:lineHeight="@dimen/widget_picker_header_app_subtitle_line_height"
android:duplicateParentState="true"
tools:text="m widgets, n shortcuts" />
diff --git a/res/values-night-v34/colors.xml b/res/values-night-v34/colors.xml
new file mode 100644
index 0000000000..af2811999c
--- /dev/null
+++ b/res/values-night-v34/colors.xml
@@ -0,0 +1,30 @@
+
+
+
+
+ @android:color/system_surface_bright_dark
+
+ @android:color/system_on_surface_dark
+
+ @android:color/system_on_surface_variant_dark
+
+ @android:color/system_on_surface_dark
+
+ @android:color/system_on_surface_variant_dark
+
diff --git a/res/values-v34/colors.xml b/res/values-v34/colors.xml
new file mode 100644
index 0000000000..26d3712bb1
--- /dev/null
+++ b/res/values-v34/colors.xml
@@ -0,0 +1,30 @@
+
+
+
+
+ @android:color/system_surface_bright_light
+
+ @android:color/system_on_surface_light
+
+ @android:color/system_on_surface_variant_light
+
+ @android:color/system_on_surface_light
+
+ @android:color/system_on_surface_variant_light
+
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index f23c790b7a..be8b2e13d9 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -76,6 +76,8 @@
+
+
diff --git a/res/values/colors.xml b/res/values/colors.xml
index dfe40fc30f..ce8096404b 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -117,6 +117,8 @@
#C4C7C5
#0B57D0
#0B57D0
+ @color/material_color_on_surface
+ @color/material_color_on_surface_variant
#1F2020
#393939
@@ -134,6 +136,8 @@
#444746
#062E6F
#FFFFFF
+ @color/material_color_on_surface
+ @color/material_color_on_surface_variant
#3F4759
#583E5B
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 1bf59e8477..50a0aa1618 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -179,19 +179,36 @@
8dp
8dp
- 14sp
+ 14sp
+ 500
+ 20sp
+ 14sp
+ 400
+ 20sp
+ 12sp
+ 400
+ 16sp
24dp
8dp
48dp
8dp
16dp
24dp
+ 14sp
+ 500
+ 20sp
4dp
16dp
6dp
117dp
0dp
+ 16sp
+ 500
+ 24sp
+ 14sp
+ 400
+ 20sp
8dp
16dp
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 00b962e46a..6d99084afc 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -268,6 +268,10 @@
@color/widget_picker_add_button_background_color_light
-
@color/widget_picker_add_button_text_color_light
+ -
+ @color/widget_cell_title_color_light
+ -
+ @color/widget_cell_subtitle_color_light