Skip to content

Commit

Permalink
[UI] Make background white
Browse files Browse the repository at this point in the history
  • Loading branch information
Denvar committed Feb 23, 2016
1 parent 63cf6b6 commit d142d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions library/src/main/res/layout/chips_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="wrap_content"
android:background="@color/white"
android:layout_height="32dp"
android:paddingRight="12dp">

Expand Down
1 change: 1 addition & 0 deletions library/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
<color name="base30">#c1c1c1</color>

<color name="dark_gray">#555555</color>
<color name="white">#FFFFFF</color>

</resources>

0 comments on commit d142d35

Please sign in to comment.