From bc6e02559a30d87184c498a832b03a15fd84bea3 Mon Sep 17 00:00:00 2001 From: machiav3lli Date: Wed, 6 Apr 2022 15:03:37 +0200 Subject: [PATCH] Add: Secondary action and info buttons to AppSheet --- src/main/res/layout/item_app_info_x.xml | 35 ++++++++++++++++++++----- src/main/res/values/styles.xml | 16 +++++++++++ 2 files changed, 44 insertions(+), 7 deletions(-) diff --git a/src/main/res/layout/item_app_info_x.xml b/src/main/res/layout/item_app_info_x.xml index 93f6ce2a..d71def85 100644 --- a/src/main/res/layout/item_app_info_x.xml +++ b/src/main/res/layout/item_app_info_x.xml @@ -42,6 +42,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginStart="@dimen/text_margin" + android:layout_marginEnd="@dimen/shape_margin_medium" android:layout_weight="1" android:orientation="vertical"> @@ -61,6 +62,12 @@ android:textColor="?android:attr/textColorSecondary" /> + @@ -231,17 +238,31 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center_vertical" /> - - + app:layout_constraintTop_toBottomOf="@id/status_layout"> + + + + + \ No newline at end of file diff --git a/src/main/res/values/styles.xml b/src/main/res/values/styles.xml index b8e1d208..1ac9b7a2 100644 --- a/src/main/res/values/styles.xml +++ b/src/main/res/values/styles.xml @@ -176,6 +176,22 @@ @dimen/shape_large_corner + + + +