summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/res/layout/fragment_safety.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android-app/app/src/main/res/layout/fragment_safety.xml')
-rw-r--r--android-app/app/src/main/res/layout/fragment_safety.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/android-app/app/src/main/res/layout/fragment_safety.xml b/android-app/app/src/main/res/layout/fragment_safety.xml
index 78f8754..4a8efa9 100644
--- a/android-app/app/src/main/res/layout/fragment_safety.xml
+++ b/android-app/app/src/main/res/layout/fragment_safety.xml
@@ -4,7 +4,9 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="?attr/colorSurface">
+ android:background="?attr/colorSurface"
+ android:clipToPadding="false"
+ android:paddingBottom="80dp">
<LinearLayout
android:layout_width="match_parent"
@@ -179,6 +181,7 @@
android:layout_marginEnd="8dp">
<TextView
+ android:id="@+id/tv_anchor_depth_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/anchor_depth_label"
@@ -203,6 +206,7 @@
android:layout_marginStart="8dp">
<TextView
+ android:id="@+id/tv_anchor_rode_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/anchor_rode_label"