Updated on 2026-08-14
This commit is contained in:
parent
a852938224
commit
faccc67704
5 changed files with 3 additions and 2 deletions
|
|
@ -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" />
|
||||
|
|
@ -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>
|
||||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue