浏览代码

Resolve a few lint warnings

Aidan Follestad 5 年之前
父节点
当前提交
9c753663aa
共有 1 个文件被更改,包括 2 次插入0 次删除
  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