mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Replace language code in Global Search with secondary text (#3972)
Replace language code in Global Search with secondary text
This commit is contained in:
		| @@ -17,13 +17,30 @@ | ||||
|             style="@style/TextAppearance.Regular.SubHeading" | ||||
|             android:layout_width="0dp" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:padding="@dimen/material_component_text_fields_padding_above_and_below_label" | ||||
|             app:layout_constraintBottom_toBottomOf="parent" | ||||
|             android:layout_marginStart="16dp" | ||||
|             app:layout_constraintBottom_toTopOf="@+id/subtitle" | ||||
|             app:layout_constraintEnd_toStartOf="@+id/title_more_icon" | ||||
|             app:layout_constraintStart_toStartOf="parent" | ||||
|             app:layout_constraintTop_toTopOf="parent" | ||||
|             app:layout_constraintVertical_chainStyle="packed" | ||||
|             tools:text="Title" /> | ||||
|  | ||||
|         <TextView | ||||
|             android:id="@+id/subtitle" | ||||
|             style="@style/TextAppearance.Regular.Body1.Secondary" | ||||
|             android:layout_width="0dp" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:layout_marginStart="16dp" | ||||
|             android:maxLines="1" | ||||
|             android:textSize="12sp" | ||||
|             android:visibility="gone" | ||||
|             app:layout_constraintBottom_toBottomOf="parent" | ||||
|             app:layout_constraintEnd_toStartOf="@+id/title_more_icon" | ||||
|             app:layout_constraintStart_toStartOf="parent" | ||||
|             app:layout_constraintTop_toBottomOf="@+id/title" | ||||
|             tools:text="English" | ||||
|             tools:visibility="visible" /> | ||||
|  | ||||
|         <ImageView | ||||
|             android:id="@+id/title_more_icon" | ||||
|             android:layout_width="wrap_content" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user