aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2021-08-23 18:21:10 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-08-23 18:21:10 +0000
commit6c1dbe9ab9f008f580a9b4c47b79c488ee4407b4 (patch)
tree4449f19252178bca75451247b7dc5c7db26c3335
parent2b9df41b68200f43ae55e901f5a8bdab53d2ecae (diff)
parentf237f2ef30b20aa0b50c93ed87060d0cfffb04c8 (diff)
downloadtests-6c1dbe9ab9f008f580a9b4c47b79c488ee4407b4.tar.gz
Merge "Fix a crash on non car-ui Activity" into sc-v2-dev
-rw-r--r--RotaryPlayground/res/values/themes.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/RotaryPlayground/res/values/themes.xml b/RotaryPlayground/res/values/themes.xml
index 02a0be9..69bfc4b 100644
--- a/RotaryPlayground/res/values/themes.xml
+++ b/RotaryPlayground/res/values/themes.xml
@@ -17,6 +17,7 @@
<resources>
<style name="Theme.App" parent="android:Theme.DeviceDefault">
<item name="android:buttonStyle">@style/ButtonStyle</item>
+ <item name="carUiActivity">true</item>
</style>
<style name="ButtonStyle" parent="android:Widget.Button">