From 085b644ef248be85ef16550917e9c705e02b8f85 Mon Sep 17 00:00:00 2001 From: Isidro Henoch Date: Tue, 28 Dec 2021 15:54:15 -0600 Subject: Adds period selection UI --- .../src/main/res/layout/unit_details_reports.xml | 112 +++++++++++++-------- 1 file changed, 72 insertions(+), 40 deletions(-) (limited to 'androidApp/src/main/res/layout') diff --git a/androidApp/src/main/res/layout/unit_details_reports.xml b/androidApp/src/main/res/layout/unit_details_reports.xml index f064a3f..d0c50e5 100644 --- a/androidApp/src/main/res/layout/unit_details_reports.xml +++ b/androidApp/src/main/res/layout/unit_details_reports.xml @@ -5,52 +5,84 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - + android:layout_margin="@dimen/margin"> - - - - - + + + + + + + + - - + android:layout_marginTop="@dimen/margin" + app:borderWidth="1dp" + app:dividerPadding="10dp" + app:dividerWidth="1dp" + app:position="0" + app:radius="30dp" + app:ripple="true" + app:selectedBackground="@color/colorPrimary"> + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3