diff --git a/briar-android/AndroidManifest.xml b/briar-android/AndroidManifest.xml index 7c7be67cc..0c7292f51 100644 --- a/briar-android/AndroidManifest.xml +++ b/briar-android/AndroidManifest.xml @@ -52,7 +52,8 @@ android:label="@string/crash_report_title" android:launchMode="singleInstance" android:process=":briar_error_handler" - android:theme="@style/BriarThemeNoActionBar.Default"> + 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:orientation="vertical" + android:paddingTop="@dimen/margin_medium"> - - - - - - - - - - - + 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:inputType="textMultiLine|textCapSentences" + tools:hint="@string/describe_crash"/> - - + - + + + + + + + + + + + + + + + + + + + + + + + + + android:gravity="center" + android:text="@string/sad_face" + android:textColor="@color/briar_text_primary" + android:textSize="@dimen/text_size_xlarge"/> - - \ No newline at end of file + + + + + + + + + + +