Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Commit 9c75366

Browse files
committed
Resolve a few lint warnings
1 parent ae7a8fa commit 9c75366

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

color/src/main/res/layout/md_color_chooser_base_pager.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<LinearLayout
33
xmlns:android="http://schemas.android.com/apk/res/android"
4+
xmlns:tools="http://schemas.android.com/tools"
45
android:layout_width="match_parent"
56
android:layout_height="wrap_content"
67
android:orientation="vertical"
@@ -11,6 +12,7 @@
1112
android:layout_width="match_parent"
1213
android:layout_height="@dimen/color_chooser_pageDots_height"
1314
android:layout_marginBottom="@dimen/color_chooser_pageDots_marginBottom"
15+
tools:ignore="InconsistentLayout"
1416
/>
1517

1618
<com.afollestad.materialdialogs.color.view.WrapContentViewPager

0 commit comments

Comments
 (0)