We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26e506 commit fdb9546Copy full SHA for fdb9546
common/common-ui/src/main/res/layout/component_buttons.xml
@@ -17,6 +17,7 @@
17
18
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
19
xmlns:app="http://schemas.android.com/apk/res-auto"
20
+ xmlns:tools="http://schemas.android.com/tools"
21
android:layout_width="match_parent"
22
android:layout_height="wrap_content"
23
android:clipToPadding="false"
@@ -286,7 +287,8 @@
286
287
app:icon="@drawable/ic_find_search_24"
288
app:iconGravity="end"
289
android:layout_width="wrap_content"
- android:layout_height="wrap_content"/>
290
+ android:layout_height="wrap_content"
291
+ tools:ignore="DeprecatedWidgetInXml" />
292
293
</LinearLayout>
294
0 commit comments