move MaterialChipsInput to org.sufficientlysecure namespace

This commit is contained in:
Vincent Breitmoser
2018-07-04 16:46:34 +02:00
parent a218a10880
commit a975586086
30 changed files with 93 additions and 97 deletions

View File

@@ -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>

View File

@@ -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>