|
|
@@ -2,6 +2,7 @@
|
|
|
<LinearLayout
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center"
|
|
|
@@ -19,13 +20,15 @@
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/text_view_main_contents"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="68dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="13dp"
|
|
|
android:gravity="center_horizontal"
|
|
|
android:lineSpacingExtra="4sp"
|
|
|
- android:text="카페 거리
|
|
|
-걷기"
|
|
|
+ android:maxLines="2"
|
|
|
+ android:ellipsize="end"
|
|
|
+ tools:text="카페 거리
|
|
|
+걷기 OOOOOOOOOOOOOOOOOOOO"
|
|
|
android:textColor="@color/C000000"
|
|
|
android:textSize="11sp"
|
|
|
/>
|