|
|
@@ -177,6 +177,7 @@
|
|
|
android:id="@+id/num_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:singleLine="true"
|
|
|
android:text=""
|
|
|
android:textColor="@color/txt_black_818181"
|
|
|
android:textSize="@dimen/text_size_2" />
|
|
|
@@ -186,6 +187,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="@dimen/content_padding"
|
|
|
+ android:singleLine="true"
|
|
|
android:text=""
|
|
|
android:textColor="@color/txt_black_818181"
|
|
|
android:textSize="@dimen/text_size_2"
|