diff options
Diffstat (limited to 'android/src/main/res/layout')
| -rw-r--r-- | android/src/main/res/layout/problem_report.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/android/src/main/res/layout/problem_report.xml b/android/src/main/res/layout/problem_report.xml index 49ba73ced9..f2955badfe 100644 --- a/android/src/main/res/layout/problem_report.xml +++ b/android/src/main/res/layout/problem_report.xml @@ -127,6 +127,7 @@ android:visibility="gone" /> </FrameLayout> + <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" @@ -170,6 +171,19 @@ android:textStyle="bold" android:visibility="gone" /> + + <Space + android:layout_width="match_parent" + android:layout_height="0dp" + android:layout_weight="1" + /> + + <Button android:id="@+id/try_again_button" + android:layout_marginVertical="16dp" + android:text="@string/try_again" + android:visibility="gone" + style="@style/GreenButton" + /> </LinearLayout> </ViewSwitcher> </LinearLayout> |
