Fix more dialog themes

pull/321/head
Alex Baker 9 years ago
parent 370963428a
commit 584acf872c

@ -225,7 +225,7 @@
<activity
android:name="com.todoroo.astrid.service.UpdateScreenFlow"
android:screenOrientation="portrait"
android:theme="@android:style/Theme.Dialog" />
android:theme="@style/Theme.AppCompat.Dialog" />
<activity
android:name="com.todoroo.astrid.service.UpgradeService$UpgradeActivity"
@ -432,7 +432,7 @@
<activity
android:name="com.todoroo.astrid.gcal.CalendarAlarmListCreator"
android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
android:theme="@style/TranslucentDialog"/>
<receiver android:name="com.todoroo.astrid.gcal.CalendarAlarmReceiver" />
@ -493,7 +493,7 @@
<activity
android:name=".voice.VoiceCommandActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar">
android:theme="@style/TranslucentDialog">
<intent-filter>
<action android:name="com.google.android.gm.action.AUTO_SEND"/>

Loading…
Cancel
Save