From 2ab76fb7a47d8becccb0773b6a828f6d9e5d91f7 Mon Sep 17 00:00:00 2001 From: Amirhossein <amirhossein.naghshzan@savoirfairelinux.com> Date: Sat, 27 Jun 2020 19:18:20 -0400 Subject: [PATCH] linkDevice: remove required badge Change-Id: I639763ca6e65f2da027ca89031b5f4d77b9f50b9 --- .../layout/frag_acc_jami_link_password.xml | 34 ++++--------------- 1 file changed, 6 insertions(+), 28 deletions(-) diff --git a/ring-android/app/src/main/res/layout/frag_acc_jami_link_password.xml b/ring-android/app/src/main/res/layout/frag_acc_jami_link_password.xml index fc94c89c6..56b926efd 100644 --- a/ring-android/app/src/main/res/layout/frag_acc_jami_link_password.xml +++ b/ring-android/app/src/main/res/layout/frag_acc_jami_link_password.xml @@ -44,35 +44,13 @@ android:orientation="vertical" android:padding="@dimen/wizard_card_padding"> - <RelativeLayout - android:layout_width="match_parent" + <TextView + android:id="@+id/info" + android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginBottom="8dp"> - - <TextView - android:id="@+id/info" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_toLeftOf="@id/status" - android:layout_centerVertical="true" - android:layout_marginRight="4dp" - android:textStyle="bold" - android:text="@string/help_password_enter" /> - - <TextView - android:id="@+id/status" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_alignParentRight="true" - android:layout_alignParentTop="true" - android:text="@string/wizard_status_required" - android:textSize="12sp" - android:textStyle="bold" - android:textColor="#ff1f62" - android:background="@drawable/background_status_required" - android:padding="6dp"/> - - </RelativeLayout> + android:textStyle="bold" + android:layout_marginBottom="8dp" + android:text="@string/help_password_enter" /> <com.google.android.material.textfield.TextInputLayout android:id="@+id/password_txt_box" -- GitLab