From 2937bc975848e7979287e7067f4fff10bbfe4988 Mon Sep 17 00:00:00 2001 From: bt Date: Sun, 3 May 2026 03:27:18 +0200 Subject: Basic current cell info view --- app/src/main/res/layout/activity_main.xml | 63 ++++++++++++++++++++++++++----- 1 file changed, 53 insertions(+), 10 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 25a2ae6..e7c0e2c 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -7,13 +7,56 @@ android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity"> - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3