aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/watch_code_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/watch_code_fragment.xml')
-rw-r--r--app/src/main/res/layout/watch_code_fragment.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/app/src/main/res/layout/watch_code_fragment.xml b/app/src/main/res/layout/watch_code_fragment.xml
index 7bfe60a..ab93298 100644
--- a/app/src/main/res/layout/watch_code_fragment.xml
+++ b/app/src/main/res/layout/watch_code_fragment.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/watch_code_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
- android:padding="15dp">
+ android:padding="15dp"
+ android:focusable="true" android:focusableInTouchMode="true">
<ProgressBar
android:id="@+id/progressBar1"
style="?android:attr/progressBarStyleLarge"
@@ -56,12 +56,14 @@
<ScrollView
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:layout_marginBottom="?android:attr/actionBarSize">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:orientation="vertical">
+ android:orientation="vertical"
+ android:layout_marginBottom="?android:attr/actionBarSize">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recent_friend_codes_recycler_view"