|
|
@@ -48,11 +48,9 @@ public class MoreInfoDialog extends DialogBase<ICustomDialogListener<MoreInfoDia
|
|
|
protected void onActivityCreatedInternal() {
|
|
|
Window window = getDialog().getWindow();
|
|
|
window.setBackgroundDrawableResource(R.color.C99000000);
|
|
|
-
|
|
|
getDialog().getWindow().getAttributes().windowAnimations = R.style.DialogMoreInfoAnimation;
|
|
|
-
|
|
|
layoutMoreInfoContainer = getView().findViewById(R.id.layout_more_info_container);
|
|
|
-
|
|
|
+
|
|
|
for (int i = 0; i < contentsMoreInfoBeanList.size(); i++) {
|
|
|
CustomMoreInfoView customMoreInfoView = null;
|
|
|
|