- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {Gson g =
new Gson()
GsonBuilder gsonBuilder;gsonBuilder.create()
new GsonBuilder().create()
- Smart code suggestions by Codota
}
@Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { View view = createView(getContext(), inflater, container); if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) { view.setBackground(new CircleDrawable(mBackgroundColor, mRadius)); } else { view.setBackgroundDrawable(new CircleDrawable(mBackgroundColor, mRadius)); } view.setAlpha(mAlpha); return view; }
.setTitle("提示") .setBodyView(R.layout.dialog_login_conn_pic, view16 -> { CircleDrawable bgCircleDrawable = new CircleDrawable(CircleColor.DIALOG_BACKGROUND , 0, 0, 0, 0); view16.setBackgroundDrawable(bgCircleDrawable);