Skip to content
Snippets Groups Projects
Commit 2ab76fb7 authored by Amirhossein Naghshzan's avatar Amirhossein Naghshzan Committed by Adrien Béraud
Browse files

linkDevice: remove required badge

Change-Id: I639763ca6e65f2da027ca89031b5f4d77b9f50b9
parent 192dfbb1
No related branches found
No related tags found
No related merge requests found
......@@ -44,36 +44,14 @@
android:orientation="vertical"
android:padding="@dimen/wizard_card_padding">
<RelativeLayout
android:layout_width="match_parent"
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:layout_marginBottom="8dp"
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>
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/password_txt_box"
android:layout_width="match_parent"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment