We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9ad2e commit 50ce437Copy full SHA for 50ce437
app/src/main/res/layout/fragment_ai_prompt.xml
@@ -28,13 +28,13 @@
28
android:layout_width="0dp"
29
android:layout_height="wrap_content"
30
android:clickable="true"
31
+ android:focusable="false"
32
android:foregroundTint="@android:color/transparent"
33
app:layout_constraintBottom_toBottomOf="parent"
34
app:layout_constraintEnd_toEndOf="parent"
35
app:layout_constraintStart_toStartOf="parent"
36
app:layout_constraintTop_toTopOf="parent"
37
app:layout_constraintWidth_max="@dimen/material_bottom_sheet_max_width"
- android:focusable="false"
38
app:rippleColor="@android:color/transparent"
39
tools:ignore="KeyboardInaccessibleWidget">
40
0 commit comments