From 41e222e22f6cf67248ae40161f69cc1d2753f6a2 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Sun, 16 Jan 2022 17:18:22 -0600 Subject: Added close button to DetailsActivity, updated strings and layouts --- .../src/main/res/layout/details_activity.xml | 26 +++++++++++++++++----- .../main/res/layout/user_information_activity.xml | 8 +++---- androidApp/src/main/res/values-es-rMX/strings.xml | 3 ++- androidApp/src/main/res/values/strings.xml | 3 ++- androidApp/src/main/res/values/styles.xml | 6 +++++ 5 files changed, 35 insertions(+), 11 deletions(-) (limited to 'androidApp/src/main/res') diff --git a/androidApp/src/main/res/layout/details_activity.xml b/androidApp/src/main/res/layout/details_activity.xml index f79ea69..37d3b15 100644 --- a/androidApp/src/main/res/layout/details_activity.xml +++ b/androidApp/src/main/res/layout/details_activity.xml @@ -5,13 +5,28 @@ android:layout_width="match_parent" android:layout_height="match_parent"> + + + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintStart_toEndOf="@id/closeButton" + app:layout_constraintBottom_toTopOf="@id/detailsPager" + app:tabTextAppearance="@style/SmallTabText" /> + android:layout_marginTop="@dimen/fab_margin" + app:layout_constraintTop_toBottomOf="@id/closeButton" /> \ No newline at end of file diff --git a/androidApp/src/main/res/layout/user_information_activity.xml b/androidApp/src/main/res/layout/user_information_activity.xml index c409e98..bc81b20 100644 --- a/androidApp/src/main/res/layout/user_information_activity.xml +++ b/androidApp/src/main/res/layout/user_information_activity.xml @@ -7,13 +7,13 @@ android:layout_height="match_parent"> diff --git a/androidApp/src/main/res/values-es-rMX/strings.xml b/androidApp/src/main/res/values-es-rMX/strings.xml index d228c28..835f342 100644 --- a/androidApp/src/main/res/values-es-rMX/strings.xml +++ b/androidApp/src/main/res/values-es-rMX/strings.xml @@ -4,6 +4,7 @@ OK Cancelar Cerrar + Enviar Nombre de usuario @@ -76,7 +77,7 @@ Enviar comando - ¿Está seguro de que desea enviar el comando a la unidad %1$s? + El comando se enviará a la unidad %1$s. ¿Continuar? diff --git a/androidApp/src/main/res/values/strings.xml b/androidApp/src/main/res/values/strings.xml index d2c6148..62963fa 100644 --- a/androidApp/src/main/res/values/strings.xml +++ b/androidApp/src/main/res/values/strings.xml @@ -17,6 +17,7 @@ OK Cancel Close + Send Username @@ -89,7 +90,7 @@ Send Command - Are you sure you want to send the command to device %1$s? + Command will be sent to device %1$s. Continue? diff --git a/androidApp/src/main/res/values/styles.xml b/androidApp/src/main/res/values/styles.xml index 4a51239..dc40450 100644 --- a/androidApp/src/main/res/values/styles.xml +++ b/androidApp/src/main/res/values/styles.xml @@ -6,4 +6,10 @@ @color/colorAccent + + \ No newline at end of file -- cgit v1.2.3