Toggleボタンのデザイン崩れの予防

This commit is contained in:
tateisu 2023-05-06 21:40:07 +09:00
parent afe1a01995
commit f1be1e70fa
1 changed files with 5 additions and 3 deletions

View File

@ -49,6 +49,9 @@
android:stateListAnimator="@null"
android:textOff="@string/toggle_regexp"
android:textOn="@string/toggle_regexp"
android:textSize="14dp"
android:textStyle="bold"
tools:ignore="SpUsage"
tools:isChecked="true" />
<ImageButton
@ -62,11 +65,10 @@
</LinearLayout>
<TextView
android:id="@+id/tvSearchError"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/tvSearchError"
android:textColor="?attr/colorRegexFilterError"
/>
android:textColor="?attr/colorRegexFilterError" />
<LinearLayout
android:id="@+id/llSearchResult"