chore: Update lint, mark item_status_filtered text non-selectable (#677)
This commit is contained in:
parent
ee8f2b69b8
commit
1c7e4747f0
|
@ -1602,39 +1602,6 @@
|
||||||
column="13"/>
|
column="13"/>
|
||||||
</issue>
|
</issue>
|
||||||
|
|
||||||
<issue
|
|
||||||
id="TypographyEllipsis"
|
|
||||||
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
||||||
errorLine1=" <string name="hint_search">검색...</string>"
|
|
||||||
errorLine2=" ~~~~~">
|
|
||||||
<location
|
|
||||||
file="src/main/res/values-ko/strings.xml"
|
|
||||||
line="125"
|
|
||||||
column="32"/>
|
|
||||||
</issue>
|
|
||||||
|
|
||||||
<issue
|
|
||||||
id="TypographyEllipsis"
|
|
||||||
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
||||||
errorLine1=" <string name="dialog_message_uploading_media">업로드 중...</string>"
|
|
||||||
errorLine2=" ~~~~~~~~">
|
|
||||||
<location
|
|
||||||
file="src/main/res/values-ko/strings.xml"
|
|
||||||
line="131"
|
|
||||||
column="51"/>
|
|
||||||
</issue>
|
|
||||||
|
|
||||||
<issue
|
|
||||||
id="TypographyEllipsis"
|
|
||||||
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
||||||
errorLine1=" <string name="compose_preview_image_description">이미지 %s를...</string>"
|
|
||||||
errorLine2=" ~~~~~~~~~~">
|
|
||||||
<location
|
|
||||||
file="src/main/res/values-ko/strings.xml"
|
|
||||||
line="315"
|
|
||||||
column="54"/>
|
|
||||||
</issue>
|
|
||||||
|
|
||||||
<issue
|
<issue
|
||||||
id="ConvertToWebp"
|
id="ConvertToWebp"
|
||||||
message="One or more images in this project can be converted to the WebP format which typically results in smaller file sizes, even for lossless conversion">
|
message="One or more images in this project can be converted to the WebP format which typically results in smaller file sizes, even for lossless conversion">
|
||||||
|
@ -2632,17 +2599,6 @@
|
||||||
column="5"/>
|
column="5"/>
|
||||||
</issue>
|
</issue>
|
||||||
|
|
||||||
<issue
|
|
||||||
id="HardcodedText"
|
|
||||||
message="Hardcoded string "Filter: MyFilter", should use `@string` resource"
|
|
||||||
errorLine1=" android:text="Filter: MyFilter""
|
|
||||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
||||||
<location
|
|
||||||
file="src/main/res/layout/item_status_filtered.xml"
|
|
||||||
line="18"
|
|
||||||
column="9"/>
|
|
||||||
</issue>
|
|
||||||
|
|
||||||
<issue
|
<issue
|
||||||
id="RtlSymmetry"
|
id="RtlSymmetry"
|
||||||
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
|
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
|
||||||
|
@ -2694,7 +2650,7 @@
|
||||||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||||||
<location
|
<location
|
||||||
file="src/main/res/layout/item_poll.xml"
|
file="src/main/res/layout/item_poll.xml"
|
||||||
line="36"
|
line="37"
|
||||||
column="9"/>
|
column="9"/>
|
||||||
</issue>
|
</issue>
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
android:textColor="?android:textColorTertiary"
|
android:textColor="?android:textColorTertiary"
|
||||||
android:textSize="?attr/status_text_medium"
|
android:textSize="?attr/status_text_medium"
|
||||||
android:textAlignment="center"
|
android:textAlignment="center"
|
||||||
|
android:textIsSelectable="false"
|
||||||
tools:text="Filter: MyFilter"
|
tools:text="Filter: MyFilter"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue