Browse Source

[공통][Common] 디자인 검수 사항 반영

Hasemi 6 years ago
parent
commit
5dc3917429

+ 2 - 2
app/src/main/java/kr/co/zumo/app/lifeplus/view/screen/setting/info/SettingTermsFragment.java

@@ -141,8 +141,8 @@ public class SettingTermsFragment extends FragmentBase<SettingTermsPresenter> im
         title = title.trim();
 
         contents.setText(StringUtil.fromHtml(
-          new StringBuilder().append("<b>").append(bean.isMandatory() ? ResourceUtil.getString(R.string.agree_required) : ResourceUtil.getString(R.string.agree_option))
-            .append("</b> ").append("<font color='#999999'>").append(title).append("</font>").toString()));
+          new StringBuilder().append(bean.isMandatory() ? ResourceUtil.getString(R.string.agree_required) : ResourceUtil.getString(R.string.agree_option))
+            .append(" <font color='#999999'>").append(title).append("</font>").toString()));
 
         contents.setOnClickListener(v -> {
           notifyDetailPressed(index);

+ 6 - 3
app/src/main/res/layout/setting_user_information_layout.xml

@@ -49,6 +49,7 @@
           android:layout_width="wrap_content"
           android:layout_height="wrap_content"
           android:lineSpacingExtra="5.5sp"
+          android:paddingTop="7dp"
           android:paddingBottom="23dp"
           android:textColor="@color/C000000"
           android:textSize="14sp"
@@ -60,7 +61,7 @@
           android:layout_width="wrap_content"
           android:layout_height="wrap_content"
           android:lineSpacingExtra="5.5sp"
-          android:paddingBottom="13dp"
+          android:paddingBottom="17dp"
           android:textColor="@color/C000000"
           android:textSize="14sp"
           tools:text="@string/sign_up_completed_birth_date"
@@ -147,10 +148,11 @@
               android:paddingEnd="40dp"
               android:textColor="@color/C666666"
               android:textSize="14sp"
+              android:textColorHint="@color/C999999"
               app:layout_constraintEnd_toStartOf="@+id/text_registration"
               app:layout_constraintHorizontal_chainStyle="spread_inside"
               app:layout_constraintStart_toStartOf="parent"
-              tools:text="OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO"/>
+              tools:text=""/>
 
             <TextView
               android:id="@+id/text_registration"
@@ -234,6 +236,7 @@
       <android.support.constraint.ConstraintLayout
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
+        android:layout_marginTop="15dp"
         android:paddingEnd="15dp"
         >
 
@@ -448,7 +451,7 @@
     android:id="@+id/layout_cancel"
     android:layout_width="match_parent"
     android:layout_height="50dp"
-    android:background="@color/C000000"
+    android:background="@color/C333333"
     android:visibility="gone"
     app:layout_constraintBottom_toBottomOf="parent"
     tools:visibility="visible">

+ 2 - 2
app/src/main/res/layout/setting_user_quit_request.xml

@@ -78,7 +78,7 @@
         android:padding="2dp"
         android:text="@string/phone_identify_name"
         android:textColor="@color/C999999"
-        android:textSize="12sp"
+        android:textSize="14sp"
         />
 
       <TextView
@@ -88,7 +88,7 @@
         android:gravity="center_horizontal"
         android:padding="2dp"
         android:textColor="@color/C000000"
-        android:textSize="12sp"
+        android:textSize="14sp"
         tools:text="@string/sign_up_completed_name"
         />
     </LinearLayout>