mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 12:03:09 -04:00
Refactor: Correct use of tools:hint
This commit is contained in:
parent
45cfc3d579
commit
4797cae7fa
@ -49,8 +49,7 @@
|
||||
android:id="@+id/text_view_device_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Device Name"
|
||||
tools:ignore="HardcodedText"
|
||||
tools:hint="Device Name"
|
||||
android:textIsSelectable="true"
|
||||
app:layout_constraintHorizontal_bias="0.0"
|
||||
app:layout_constraintTop_toBottomOf="@id/text_view_your_device"
|
||||
|
@ -12,8 +12,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:hint="File name"
|
||||
tools:ignore="HardcodedText"
|
||||
tools:hint="File name"
|
||||
android:textIsSelectable="true"
|
||||
android:textSize="14sp"
|
||||
android:background="@android:color/transparent"
|
||||
|
@ -12,8 +12,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="3"
|
||||
android:gravity="center_horizontal"
|
||||
android:hint="Device Name"
|
||||
tools:ignore="HardcodedText"
|
||||
tools:hint="Device Name"
|
||||
android:textIsSelectable="false"
|
||||
android:textStyle="bold"
|
||||
android:background="@android:color/transparent"
|
||||
|
Loading…
x
Reference in New Issue
Block a user