Hide title of the zen mode voice activity.

Zen mode voice activity doesn't show any UI but the activity title is still shown.

BUG: 21985804
Change-Id: I1e7bd07deb59bcb36005fa7e4bca766af03d742b
This commit is contained in:
Barnaby James
2015-06-21 17:05:22 -07:00
parent d63e696902
commit f9472beb96

View File

@@ -1086,7 +1086,7 @@
</activity> </activity>
<activity android:name=".notification.ZenModeVoiceActivity" <activity android:name=".notification.ZenModeVoiceActivity"
android:theme="@android:style/Theme.Material.Light.Voice" android:theme="@android:style/Theme.Material.Light.Dialog.NoActionBar"
android:label="@string/zen_mode_settings_title"> android:label="@string/zen_mode_settings_title">
<intent-filter> <intent-filter>
<action android:name="android.settings.VOICE_CONTROL_DO_NOT_DISTURB_MODE" /> <action android:name="android.settings.VOICE_CONTROL_DO_NOT_DISTURB_MODE" />