Browse Source

Resolve a few lint warnings

Aidan Follestad 5 năm trước cách đây
mục cha
commit
9c753663aa
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      color/src/main/res/layout/md_color_chooser_base_pager.xml

+ 2 - 0
color/src/main/res/layout/md_color_chooser_base_pager.xml

@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <LinearLayout
     xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
     android:orientation="vertical"
@@ -11,6 +12,7 @@
       android:layout_width="match_parent"
       android:layout_height="@dimen/color_chooser_pageDots_height"
       android:layout_marginBottom="@dimen/color_chooser_pageDots_marginBottom"
+      tools:ignore="InconsistentLayout"
       />
 
   <com.afollestad.materialdialogs.color.view.WrapContentViewPager