Updated on 2026-08-14

This commit is contained in:
Tangem 2020-04-01 16:47:51 +03:00
parent a852938224
commit faccc67704
5 changed files with 3 additions and 2 deletions

View file

@ -5,4 +5,5 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:text="@string/switch_description"
android:layout_centerVertical="true" />

View file

@ -10,6 +10,7 @@
android:id="@+id/tv_description"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="13sp"
android:textColor="@color/field_description" />
</FrameLayout>

View file

@ -13,7 +13,6 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
app:boxBackgroundColor="@android:color/transparent"
app:endIconMode="clear_text"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">

View file

@ -13,7 +13,6 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
app:boxBackgroundColor="@android:color/transparent"
app:endIconMode="clear_text"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">

View file

@ -5,5 +5,6 @@
<string name="current_card_id">"Current card ID: "</string>
<string name="unknown">unknown</string>
<string name="switch_description">Docs</string>
</resources>