move MaterialChipsInput to org.sufficientlysecure namespace
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.pchmn.materialchips.views.ScrollViewMaxHeight xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<org.sufficientlysecure.materialchips.views.ScrollViewMaxHeight xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/container"
|
||||
android:layout_width="match_parent"
|
||||
@@ -14,4 +14,4 @@
|
||||
android:paddingTop="8dp"
|
||||
android:paddingBottom="8dp" />
|
||||
|
||||
</com.pchmn.materialchips.views.ScrollViewMaxHeight>
|
||||
</org.sufficientlysecure.materialchips.views.ScrollViewMaxHeight>
|
||||
@@ -5,6 +5,5 @@
|
||||
<color name="chips_opened_bg">#009688</color>
|
||||
<color name="colorCloseChip">#ababab</color>
|
||||
<color name="white_transparency">#b9ffffff</color>
|
||||
<color name="colorAccent">?attr/colorAccent</color>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user