aboutsummaryrefslogtreecommitdiff
path: root/TestMediaApp/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'TestMediaApp/res/values/styles.xml')
-rw-r--r--TestMediaApp/res/values/styles.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/TestMediaApp/res/values/styles.xml b/TestMediaApp/res/values/styles.xml
index cf316c5..6a8e8b1 100644
--- a/TestMediaApp/res/values/styles.xml
+++ b/TestMediaApp/res/values/styles.xml
@@ -16,8 +16,11 @@
*/
-->
<resources>
- <style name="TestMediaAppTheme" parent="Theme.Car.Light.NoActionBar">
- <item name="android:windowBackground">@color/car_card_dark</item>
+ <style name="TestMediaAppTheme" parent="Theme.AppCompat.Light.NoActionBar">
+ <item name="android:windowBackground">@color/window_background </item>
</style>
+ <color name="window_background">#AAA</color>
+ <color name="ripple_background_color">#444</color>
+
</resources>