We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20389d6 + 9d77c91 commit 7bbb4d6Copy full SHA for 7bbb4d6
app/src/main/res/layout/activity_retrynetworkrequest.xml
@@ -28,12 +28,18 @@
28
android:layout_marginBottom="32dp"
29
android:visibility="invisible" />
30
31
- <TextView
32
- android:id="@+id/textViewResult"
+ <ScrollView
33
android:layout_width="match_parent"
34
- android:layout_height="match_parent"
35
- android:textColor="@color/primary_text"
36
- android:textSize="16sp" />
+ android:layout_height="match_parent">
+
+ <TextView
+ android:id="@+id/textViewResult"
37
+ android:layout_width="match_parent"
38
+ android:layout_height="wrap_content"
39
+ android:textColor="@color/primary_text"
40
+ android:textSize="16sp" />
41
42
+ </ScrollView>
43
44
</LinearLayout>
45
0 commit comments