From 7af7c1baabcfee4f298c31c34109210de2571c5f Mon Sep 17 00:00:00 2001 From: Teleriddler Date: Sat, 20 Feb 2021 03:19:38 +0100 Subject: [PATCH] Fixed Pod Management Layout for Updated Bindings (Jetpack changes) and it is now scrollable. Added Constrained Layout so buttons don't expand full width Optimized button positions to reduce accidental presses. --- .../res/layout/omnipod_pod_management.xml | 414 +++++++++++------- 1 file changed, 247 insertions(+), 167 deletions(-) diff --git a/omnipod-eros/src/main/res/layout/omnipod_pod_management.xml b/omnipod-eros/src/main/res/layout/omnipod_pod_management.xml index 51010b34a2..95e617b815 100644 --- a/omnipod-eros/src/main/res/layout/omnipod_pod_management.xml +++ b/omnipod-eros/src/main/res/layout/omnipod_pod_management.xml @@ -1,195 +1,275 @@ - - - - - - + android:layout_height="wrap_content" + android:orientation="vertical"> - - + + android:gravity="center" + android:text="@string/omnipod_pod_management_title" + android:textAlignment="center" + android:textSize="12pt" + android:textStyle="bold" /> - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + - + android:id="@+id/Tools_Row_1" + android:layout_width="match_parent" + android:layout_height="wrap_content"> -