diff --git a/briar-android/AndroidManifest.xml b/briar-android/AndroidManifest.xml index 702e7e697..0c7292f51 100644 --- a/briar-android/AndroidManifest.xml +++ b/briar-android/AndroidManifest.xml @@ -51,7 +51,9 @@ 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" + android:windowSoftInputMode="stateHidden"> - + android:layout_height="match_parent"> - + android:layout_height="match_parent" + android:orientation="vertical" + tools:context=".android.report.DevReportActivity"> - - + android:layout_height="wrap_content"/> - - - + android:layout_height="match_parent" + android:layout_marginEnd="@dimen/margin_large" + android:layout_marginLeft="@dimen/margin_large" + android:layout_marginRight="@dimen/margin_large" + android:layout_marginStart="@dimen/margin_large"> - + + + + + + + android:layout_below="@+id/user_comment_layout" + android:layout_marginTop="@dimen/margin_small"> - + + + + android:layout_toLeftOf="@+id/chevron" + android:checked="false" + android:text="@string/include_debug_report_crash"/> + +