Rename im.vector.riotredesign to im.vector.riotx

This commit is contained in:
Benoit Marty
2019-07-02 17:27:08 +02:00
parent 73277c5b08
commit 504009499f
429 changed files with 1633 additions and 1742 deletions

View File

@ -73,10 +73,10 @@ layout_constraintLeft_
### Use Preference from androidx library (androidx.preference.PreferenceScreen)
<PreferenceScreen
### Use im.vector.riotredesign.core.preference.VectorSwitchPreference to support multiline of the title
### Use im.vector.riotx.core.preference.VectorSwitchPreference to support multiline of the title
<SwitchPreference
### Use im.vector.riotredesign.core.preference.VectorPreference to support multiline of the title
### Use im.vector.riotx.core.preference.VectorPreference to support multiline of the title
<Preference\n
### Will crash on API < 21. Use ?colorAccent instead