AndroidSmoothBluetooth icon indicating copy to clipboard operation
AndroidSmoothBluetooth copied to clipboard

In android arsenal DeviceAdapter raises a proble due to incorrect usage.

Open Justnowstarted opened this issue 7 years ago • 0 comments

Use it in this way might solve the issue.

new MaterialDialog.Builder(this) .title(R.string.socialNetworks) // second parameter is an optional layout manager. Must be a LinearLayoutManager or GridLayoutManager. .adapter(new ButtonItemAdapter(this, R.array.socialNetworks), null) .show();

Justnowstarted avatar May 29 '17 11:05 Justnowstarted