소스 검색

Merge pull request #2322 from nextcloud/fix-2302

Show long subtext of notification
Tobias Kaminsky 7 년 전
부모
커밋
fcf64bc969
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/main/res/layout/activity_list_item.xml

+ 1 - 2
src/main/res/layout/activity_list_item.xml

@@ -60,7 +60,6 @@
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:ellipsize="end"
-            android:maxLines="3"
             android:text="@string/placeholder_sentence"
             android:textColor="?android:attr/textColorSecondary"/>
 
@@ -84,4 +83,4 @@
 
     </LinearLayout>
 
-</RelativeLayout>
+</RelativeLayout>