diff --git a/app/src/main/res/layout/activity_exception.xml b/app/src/main/res/layout/activity_exception.xml index 7bc0108ff..8abbfc75a 100644 --- a/app/src/main/res/layout/activity_exception.xml +++ b/app/src/main/res/layout/activity_exception.xml @@ -1,103 +1,113 @@ - + android:layout_height="match_parent"> - + android:fitsSystemWindows="true"> + + + + android:layout_height="match_parent" + android:fillViewport="true" + android:orientation="vertical" + app:layout_behavior="@string/appbar_scrolling_view_behavior"> - - - - - - - + android:layout_height="0dp" + android:layout_weight="1"> - - - + android:orientation="vertical"> + + - - - + android:padding="@dimen/spacer_2x" + android:text="@string/error_dialog_we_need_info" + android:textAppearance="?attr/textAppearanceBody2" /> - + - + + + + - + android:fitsSystemWindows="true" + android:gravity="end" + android:orientation="horizontal" + android:padding="@dimen/spacer_2x" + android:weightSum="1.0"> + + + + + - + \ No newline at end of file