Added pager so we can swipe between fragments - only have two dummy fragments so far though - need to port the original mainActivity display components to separate fragments next.

This commit is contained in:
Graham Jones
2023-08-31 21:02:00 +01:00
parent baf679489a
commit d2577c1e0e
9 changed files with 477 additions and 21 deletions

View File

@@ -34,7 +34,8 @@
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:text="View Error Log"
android:textColor="#212121"/>
android:textColor="#212121"
android:visibility="gone"/>
<Button
android:id="@+id/button_copy_error_log"
@@ -42,7 +43,8 @@
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:text="Copy Error Log"
android:textColor="#212121"/>
android:textColor="#212121"
android:visibility="gone"/>
<Button
android:id="@+id/button_share_error_log"
@@ -50,7 +52,8 @@
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:text="Share Error Log"
android:textColor="#212121"/>
android:textColor="#212121"
android:visibility="gone"/>
<Button
android:id="@+id/button_email_error_log"
@@ -66,7 +69,8 @@
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:text="Save Error Log"
android:textColor="#212121"/>
android:textColor="#212121"
android:visibility="gone"/>
<Button
android:id="@+id/button_close_app"