Fix more dialog themes

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

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

Loading…
Cancel
Save