Browse Source

[메인][Common] more info dialog 위치 조정

Hasemi 7 years ago
parent
commit
68430efd1d

+ 1 - 3
app/src/main/java/kr/co/zumo/app/lifeplus/view/dialog/MoreInfoDialog.java

@@ -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;
 

+ 1 - 1
app/src/main/res/layout/contents_more_info.xml

@@ -11,7 +11,7 @@
   <android.support.constraint.ConstraintLayout
     android:layout_width="match_parent"
     android:layout_height="match_parent"
-    android:layout_marginTop="203dp"
+    android:layout_marginTop="256dp"
     android:background="@color/CFFFFFF"
     app:layout_constraintBottom_toBottomOf="parent"
     app:layout_constraintEnd_toEndOf="parent"