Android Editable ListView (preference / dialog)
问题 I need a editable list view with strings where items can be renamed added and removed. That should be - if possible in a preference view / dialog. What is the best way to implement that? Are there libs? - I didn't find any. My current solution is a multilined EditText dialog with one entry each line. 来源: https://stackoverflow.com/questions/36872319/android-editable-listview-preference-dialog