Use AppCompatDelegate to add AppCompat support to BaseCrashReportDialog subclass

This enables the toolbar to be used as an action bar, and tinting of UI elements
like checkboxes.
This commit is contained in:
str4d
2016-07-16 00:35:59 +00:00
committed by Torsten Grote
parent 2170d291a2
commit 23eb5acafa
3 changed files with 63 additions and 15 deletions

View File

@@ -51,7 +51,8 @@
android:finishOnTaskLaunch="true"
android:label="@string/crash_report_title"
android:launchMode="singleInstance"
android:process=":briar_error_handler">
android:process=":briar_error_handler"
android:theme="@style/BriarThemeNoActionBar.Default">
</activity>
<activity