From e27a613c955fae88439ec47f49992109fc679268 Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 24 Jan 2021 21:17:48 +0100 Subject: [PATCH] Added note about default values --- .../main/res/layout/fragment_options_behavior.xml | 14 +++++++++++++- .../res/layout/fragment_options_connection.xml | 14 +++++++++++++- .../main/res/layout/fragment_options_display.xml | 14 +++++++++++++- .../res/layout/fragment_options_encryption.xml | 14 +++++++++++++- app/src/main/res/layout/fragment_options_misc.xml | 14 +++++++++++++- .../res/layout/fragment_options_notifications.xml | 14 +++++++++++++- .../main/res/layout/fragment_options_privacy.xml | 14 +++++++++++++- app/src/main/res/layout/fragment_options_send.xml | 14 +++++++++++++- .../res/layout/fragment_options_synchronize.xml | 14 +++++++++++++- app/src/main/res/values/strings.xml | 2 ++ 10 files changed, 119 insertions(+), 9 deletions(-) diff --git a/app/src/main/res/layout/fragment_options_behavior.xml b/app/src/main/res/layout/fragment_options_behavior.xml index 97507087ec..d4972a6d51 100644 --- a/app/src/main/res/layout/fragment_options_behavior.xml +++ b/app/src/main/res/layout/fragment_options_behavior.xml @@ -17,6 +17,18 @@ android:layout_height="wrap_content" android:paddingBottom="24dp"> + + + app:layout_constraintTop_toBottomOf="@id/tvDefault" /> + + + app:layout_constraintTop_toBottomOf="@id/tvDefault" /> + + + app:layout_constraintTop_toBottomOf="@id/tvDefault" /> + + + app:layout_constraintTop_toBottomOf="@id/tvDefault" /> + + + app:layout_constraintTop_toBottomOf="@id/tvDefault" /> + + + app:layout_constraintTop_toBottomOf="@id/tvDefault" />