mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 19:36:08 +03:00
Merge pull request #6013 from vector-im/feature/adm/hide-ftue-ems
FTUE - Temporarily hide EMS section
This commit is contained in:
commit
cad9d443be
1 changed files with 7 additions and 0 deletions
|
@ -151,6 +151,13 @@
|
|||
app:layout_constraintHeight_percent="0.02"
|
||||
app:layout_constraintTop_toBottomOf="@id/chooseServerSubmit" />
|
||||
|
||||
<!-- EMS section is temporarily hidden whilst we sync with marketing -->
|
||||
<androidx.constraintlayout.widget.Group
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:visibility="gone"
|
||||
app:constraint_referenced_ids="chooseServerEmsContainer,emsTopSpacing,chooseServerEmsIcon,chooseServerEmsTitle,chooseServerEmsSubtitle,chooseServerGetInTouch,emsCtaSpacing" />
|
||||
|
||||
<View
|
||||
android:id="@+id/chooseServerEmsContainer"
|
||||
android:layout_width="0dp"
|
||||
|
|
Loading…
Reference in a new issue