From e81ce6af3d97a51e51f676f32e739d0f174323c7 Mon Sep 17 00:00:00 2001 From: bt Date: Thu, 7 May 2026 01:02:21 +0200 Subject: Add power graph --- app/src/main/res/layout/activity_main.xml | 30 ++--------- app/src/main/res/layout/cell_view.xml | 88 +++++++++++++++++++++++++------ app/src/main/res/values-night/themes.xml | 4 +- 3 files changed, 76 insertions(+), 46 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index f3a3014..993e933 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -9,12 +9,13 @@ tools:context=".MainActivity"> + app:layout_constraintTop_toTopOf="parent"> + android:layout_height="wrap_content"> - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/cell_view.xml b/app/src/main/res/layout/cell_view.xml index 4b58958..7361930 100644 --- a/app/src/main/res/layout/cell_view.xml +++ b/app/src/main/res/layout/cell_view.xml @@ -1,32 +1,86 @@ + android:layout_width="wrap_content" + android:layout_height="wrap_content" + tools:ignore="HardcodedText"> - + android:orientation="horizontal"> - + - + + + + + + + + + + + + + + + + + + + + + - \ No newline at end of file -- cgit v1.2.3