summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'android/src/main/res')
-rw-r--r--android/src/main/res/layout/problem_report.xml14
-rw-r--r--android/src/main/res/values/strings.xml1
2 files changed, 15 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>
diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml
index 701c8205c5..c2c37738bf 100644
--- a/android/src/main/res/values/strings.xml
+++ b/android/src/main/res/values/strings.xml
@@ -42,6 +42,7 @@
You may need to go back to the app\'s main screen and click Disconnect before trying again.
Don\'t worry, the information you entered will remain in the form.
</string>
+ <string name="try_again">Try again</string>
<string name="unsecured_connection">Unsecured connection</string>
<string name="creating_secure_connection">Creating secure connection</string>