diff --git a/samples/IntentPlayground/res/layout/activity_node.xml b/samples/IntentPlayground/res/layout/activity_node.xml
index 06f031ca9..62ecd60c4 100644
--- a/samples/IntentPlayground/res/layout/activity_node.xml
+++ b/samples/IntentPlayground/res/layout/activity_node.xml
@@ -27,16 +27,5 @@
android:layout_marginEnd="@dimen/smallMargin"
android:layout_weight="1"
android:text="@string/activity_name"
- android:textAppearance="@style/normal" />
-
-
-
+ android:textAppearance="@style/TextAppearance.MaterialComponents.Body1" />
diff --git a/samples/IntentPlayground/res/layout/fragment_intent_dialog.xml b/samples/IntentPlayground/res/layout/fragment_intent_dialog.xml
index 2398a36a8..5cd263889 100644
--- a/samples/IntentPlayground/res/layout/fragment_intent_dialog.xml
+++ b/samples/IntentPlayground/res/layout/fragment_intent_dialog.xml
@@ -46,4 +46,32 @@
android:layout_marginLeft="@dimen/smallMargin"
android:text="@android:string/cancel" />
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/samples/IntentPlayground/res/values/dimens.xml b/samples/IntentPlayground/res/values/dimens.xml
index 3c7b78bb7..af8cafb4f 100644
--- a/samples/IntentPlayground/res/values/dimens.xml
+++ b/samples/IntentPlayground/res/values/dimens.xml
@@ -24,7 +24,6 @@
16sp
12sp
48dp
- 24dp
40dp
48dp
24dp
diff --git a/samples/IntentPlayground/src/com/example/android/intentplayground/BaseActivityViewModel.java b/samples/IntentPlayground/src/com/example/android/intentplayground/BaseActivityViewModel.java
index 5ffa1d28f..775f2faba 100644
--- a/samples/IntentPlayground/src/com/example/android/intentplayground/BaseActivityViewModel.java
+++ b/samples/IntentPlayground/src/com/example/android/intentplayground/BaseActivityViewModel.java
@@ -25,6 +25,9 @@ public class BaseActivityViewModel extends ViewModel {
private MutableLiveData mFabActions = new MutableLiveData<>();
+ private MutableLiveData