浏览代码

[설정][Bug] 설정 레이아웃 일부 수정

hyodong.min 7 年之前
父节点
当前提交
2dfd612a98
共有 1 个文件被更改,包括 3 次插入5 次删除
  1. 3 5
      app/src/main/res/layout/fragment_setting.xml

+ 3 - 5
app/src/main/res/layout/fragment_setting.xml

@@ -45,13 +45,11 @@
     android:layout_width="0dp"
     android:layout_height="wrap_content"
     android:layout_marginTop="8dp"
-    android:layout_marginEnd="25dp"
+    android:layout_marginEnd="15dp"
     android:layout_weight="2"
     android:lineSpacingExtra="4sp"
-    android:paddingTop="10dp"
-    android:paddingBottom="10dp"
-    android:text="@string/setting_version_information_message"
-    android:textAlignment="textEnd"
+    android:padding="10dp"
+    tools:text="@string/setting_version_information_message"
     android:textColor="@color/C666666"
     android:textSize="12sp"
     app:layout_constraintEnd_toEndOf="parent"