diff options
author | Alan Viverette <alanv@google.com> | 2014-06-06 15:48:55 -0700 |
---|---|---|
committer | Alan Viverette <alanv@google.com> | 2014-06-06 15:48:55 -0700 |
commit | 830960cce032a1b0dc0cf54bcc44ffa339388c21 (patch) | |
tree | 8729b267ce649cb0593202c30748cd94132a7f84 /tests/VoiceInteraction | |
parent | 052027dc9068708e5d166853f434274188a48753 (diff) | |
download | frameworks_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.xml | 4 |
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" /> |