[android] Hide socket cardview in editor

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-10-13 21:47:59 +02:00
parent 633896854d
commit bdde42ce4e

View File

@@ -64,7 +64,8 @@
</com.google.android.material.card.MaterialCardView> </com.google.android.material.card.MaterialCardView>
<com.google.android.material.card.MaterialCardView <com.google.android.material.card.MaterialCardView
android:id="@+id/cv__charging_station" android:id="@+id/cv__charging_station"
style="@style/MwmWidget.Editor.CardView" > style="@style/MwmWidget.Editor.CardView"
android:visibility="gone">
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"