Show game data version
[louyapi.git] / src / main / res / layout / activity_main.xml
index f8bcc9cf0ecab1940834f0ef6275f54647a602f0..86e289cc8e57f5fa6446463f91d549147afb199b 100644 (file)
                 android:text="@string/loading" />
         </TableRow>
 
+        <TableRow
+            android:layout_width="match_parent"
+            android:layout_height="match_parent">
+
+            <TextView
+                android:id="@+id/textView7"
+                style="@style/status_label"
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:text="Game data version:" />
+
+            <TextView
+                android:id="@+id/statusGameDataVersion"
+                style="@style/status_value"
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:text="@string/loading" />
+        </TableRow>
+
     </TableLayout>
 
     <Space