Merge "Apply Theme.CarUi to CarUiRecyclerView screen" into sc-v2-dev
diff --git a/tests/ThemePlayground/AndroidManifest.xml b/tests/ThemePlayground/AndroidManifest.xml
index 8070a15..3e18934 100644
--- a/tests/ThemePlayground/AndroidManifest.xml
+++ b/tests/ThemePlayground/AndroidManifest.xml
@@ -74,6 +74,7 @@
         </activity>
         <activity android:name=".CarUiRecyclerViewSamples"
              android:label="@string/car_ui_recycler_view"
+             android:theme="@style/Theme.CarUi"
              android:parentActivityName="com.android.car.themeplayground.TextSamples">
         </activity>
         <activity android:name=".DefaultThemeSamples"