Skip to content

Commit 50ce437

Browse files
NicolasBourdin88KevinBoulongne
authored andcommitted
Refractor
1 parent 0a9ad2e commit 50ce437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/fragment_ai_prompt.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
android:layout_width="0dp"
2929
android:layout_height="wrap_content"
3030
android:clickable="true"
31+
android:focusable="false"
3132
android:foregroundTint="@android:color/transparent"
3233
app:layout_constraintBottom_toBottomOf="parent"
3334
app:layout_constraintEnd_toEndOf="parent"
3435
app:layout_constraintStart_toStartOf="parent"
3536
app:layout_constraintTop_toTopOf="parent"
3637
app:layout_constraintWidth_max="@dimen/material_bottom_sheet_max_width"
37-
android:focusable="false"
3838
app:rippleColor="@android:color/transparent"
3939
tools:ignore="KeyboardInaccessibleWidget">
4040

0 commit comments

Comments
 (0)