From 988855f024fe5e616bf4fdca4834d8470ffbf4bf Mon Sep 17 00:00:00 2001 From: Akash-Ramjyothi Date: Fri, 19 Aug 2022 00:28:57 +0530 Subject: [PATCH 1/2] Added Bluetooth Disabled Asset --- .../drawable/ic_round_bluetooth_disabled_24.xml | 5 +++++ .../res/layout/activity_obd_selection_fragment.xml | 14 +++++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 org.envirocar.app/res/drawable/ic_round_bluetooth_disabled_24.xml diff --git a/org.envirocar.app/res/drawable/ic_round_bluetooth_disabled_24.xml b/org.envirocar.app/res/drawable/ic_round_bluetooth_disabled_24.xml new file mode 100644 index 000000000..db77618dd --- /dev/null +++ b/org.envirocar.app/res/drawable/ic_round_bluetooth_disabled_24.xml @@ -0,0 +1,5 @@ + + + diff --git a/org.envirocar.app/res/layout/activity_obd_selection_fragment.xml b/org.envirocar.app/res/layout/activity_obd_selection_fragment.xml index 365fc5b32..c793c23b0 100644 --- a/org.envirocar.app/res/layout/activity_obd_selection_fragment.xml +++ b/org.envirocar.app/res/layout/activity_obd_selection_fragment.xml @@ -32,7 +32,8 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" - android:padding="@dimen/spacing_large"> + android:padding="@dimen/spacing_large" + android:visibility="gone"> - + + Date: Fri, 19 Aug 2022 00:30:20 +0530 Subject: [PATCH 2/2] Added minor fix --- .../res/layout/activity_obd_selection_fragment.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/org.envirocar.app/res/layout/activity_obd_selection_fragment.xml b/org.envirocar.app/res/layout/activity_obd_selection_fragment.xml index c793c23b0..42b34f0cf 100644 --- a/org.envirocar.app/res/layout/activity_obd_selection_fragment.xml +++ b/org.envirocar.app/res/layout/activity_obd_selection_fragment.xml @@ -32,8 +32,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" - android:padding="@dimen/spacing_large" - android:visibility="gone"> + android:padding="@dimen/spacing_large">