Skip to content

Commit 1797f74

Browse files
committed
Update jetpack_powered_bottom_sheet.xml
fix lint issue
1 parent b82e4fc commit 1797f74

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

WordPress/src/main/res/layout/jetpack_powered_bottom_sheet.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
android:layout_width="wrap_content"
1414
android:layout_height="wrap_content"
1515
android:orientation="horizontal"
16-
app:layout_constraintGuide_end="160dp" />
16+
app:layout_constraintGuide_end="160dp"
17+
tools:ignore="InconsistentLayout"/>
1718

1819
<androidx.recyclerview.widget.RecyclerView
1920
android:id="@+id/content_recycler_view"

0 commit comments

Comments
 (0)