Added data time and time diffrence between data points to main activity2 common fragment

This commit is contained in:
Graham Jones
2024-01-20 19:59:52 +00:00
parent cfe612933f
commit 2cfb63fc2b
4 changed files with 25 additions and 0 deletions

View File

@@ -25,6 +25,12 @@
android:layout_height="wrap_content"
android:text="---" />
<TextView
android:id="@+id/data_time_tv"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="---" />
<LinearLayout
android:id="@+id/statusLayout"
android:layout_width="fill_parent"