aboutsummaryrefslogtreecommitdiff
path: root/tests/EmbeddedKitchenSinkApp/res
diff options
context:
space:
mode:
authorAnthony Chen <ajchen@google.com>2018-01-11 17:11:41 -0800
committerAnthony Chen <ajchen@google.com>2018-01-12 14:26:51 -0800
commitafdf2b5983867841d06d00b50d51a7ebefe2c8d3 (patch)
tree453ee94df513f1aab45b11da487f0e6a013ea459 /tests/EmbeddedKitchenSinkApp/res
parent30557233bd224b3416dda11b57288d3ea0ee55e4 (diff)
downloadCar-afdf2b5983867841d06d00b50d51a7ebefe2c8d3.tar.gz
Update the dependencies to depend on car support library.
Test: build and deploy Bug: 69866567 Change-Id: Idf8b043dd2489f67d159ad9924058a512f3bc4b7
Diffstat (limited to 'tests/EmbeddedKitchenSinkApp/res')
-rw-r--r--tests/EmbeddedKitchenSinkApp/res/values/styles.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/EmbeddedKitchenSinkApp/res/values/styles.xml b/tests/EmbeddedKitchenSinkApp/res/values/styles.xml
index 75cdb3677e..00f423ee84 100644
--- a/tests/EmbeddedKitchenSinkApp/res/values/styles.xml
+++ b/tests/EmbeddedKitchenSinkApp/res/values/styles.xml
@@ -25,4 +25,8 @@
<item name="android:scaleType">fitCenter</item>
<item name="android:clickable">true</item>
</style>
-</resources> \ No newline at end of file
+
+ <style name="KitchenSinkActivityTheme" parent="CarDrawerActivityTheme">
+ <item name="android:colorPrimary">@android:color/transparent</item>
+ </style>
+</resources>