word similarity

This commit is contained in:
gcw_4spBpAfv
2026-04-21 23:05:59 +08:00
parent e23aaaa4ba
commit 1550783eef
36 changed files with 44822 additions and 12 deletions

View File

@@ -38,6 +38,18 @@
android:layout_height="match_parent" />
</FrameLayout>
<ImageView
android:id="@+id/ref_match_image"
android:layout_width="200dp"
android:layout_height="200dp"
android:layout_margin="12dp"
android:background="#66000000"
android:scaleType="fitCenter"
android:visibility="gone"
app:layout_constraintBottom_toTopOf="@+id/button_row"
app:layout_constraintStart_toStartOf="parent"
tools:visibility="visible" />
<ScrollView
android:id="@+id/scroll_view"
android:layout_width="0dp"