summaryrefslogtreecommitdiffstats
path: root/tests/VoiceInteraction
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-06-06 15:48:55 -0700
committerAlan Viverette <alanv@google.com>2014-06-06 15:48:55 -0700
commit830960cce032a1b0dc0cf54bcc44ffa339388c21 (patch)
tree8729b267ce649cb0593202c30748cd94132a7f84 /tests/VoiceInteraction
parent052027dc9068708e5d166853f434274188a48753 (diff)
downloadframeworks_base-830960cce032a1b0dc0cf54bcc44ffa339388c21.zip
frameworks_base-830960cce032a1b0dc0cf54bcc44ffa339388c21.tar.gz
frameworks_base-830960cce032a1b0dc0cf54bcc44ffa339388c21.tar.bz2
Material theme
BUG: 15467097 Change-Id: I15191362e104a902895418fc615892c21db64c35
Diffstat (limited to 'tests/VoiceInteraction')
-rw-r--r--tests/VoiceInteraction/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/VoiceInteraction/AndroidManifest.xml b/tests/VoiceInteraction/AndroidManifest.xml
index e1a5854..33f000d 100644
--- a/tests/VoiceInteraction/AndroidManifest.xml
+++ b/tests/VoiceInteraction/AndroidManifest.xml
@@ -3,7 +3,7 @@
<application>
<activity android:name="VoiceInteractionMain" android:label="Voice Interaction"
- android:theme="@android:style/Theme.Quantum">
+ android:theme="@android:style/Theme.Material">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
@@ -24,7 +24,7 @@
android:process=":session">
</service>
<activity android:name="TestInteractionActivity" android:label="Voice Interaction Target"
- android:theme="@android:style/Theme.Quantum.Light.Voice">
+ android:theme="@android:style/Theme.Material.Light.Voice">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />