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

Commit

Permalink
Resolve a few lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Jun 15, 2019
1 parent ae7a8fa commit 9c75366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions color/src/main/res/layout/md_color_chooser_base_pager.xml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 9c75366

Please sign in to comment.