浏览代码

#2019-05-29 08:47
- 타이틀 강제로 두줄 변환하는 로직 제거
- 4.0.7.007 테스트 배포

yeongyun 6 年之前
父节点
当前提交
206347de30

+ 1 - 1
app/build.gradle

@@ -44,7 +44,7 @@ android {
         minSdkVersion 19    // 4.4
         targetSdkVersion 27
         versionCode 177
-        versionName "4.0.7.006"
+        versionName "4.0.7.007"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
         multiDexEnabled true
         vectorDrawables.useSupportLibrary = true

+ 2 - 1
app/src/main/java/kr/co/zumo/app/lifeplus/util/StringUtil.java

@@ -383,7 +383,8 @@ public class StringUtil {
      * @return
      */
     public static String twoLine(String str) {
-        return twoLine(str, 13);
+        return str;
+//        return twoLine(str, 13);
     }
 
     public static String twoLine(String str, int oneLineMax) {

+ 3 - 1
app/src/main/res/layout/main_contents_category_image.xml

@@ -92,7 +92,9 @@
         android:layout_marginBottom="58dp"
         android:ellipsize="end"
         android:lineSpacingExtra="4dp"
+        android:lines="2"
         android:maxLines="2"
+        android:gravity="bottom"
         android:textColor="#ffffff"
         android:textSize="19dp"
         android:textStyle="bold"
@@ -103,7 +105,7 @@
         app:layout_constraintTop_toTopOf="parent"
         app:layout_constraintVertical_bias="1"
         app:layout_constraintVertical_chainStyle="packed"
-        tools:text="며느리도 모르는\n신당동 핫플\n신당동 핫플" />
+        tools:text="며느리도 모" />
 
     <TextView
         android:id="@+id/text_small"