Fixed maxlines

release
jhengazuki 7 months ago
parent 4236859dc2
commit 34699671b7
  1. 2
      app/src/mobile/java/com/fongmi/android/tv/ui/activity/VideoActivity.java
  2. 4
      app/src/mobile/res/layout-sw600dp/activity_video.xml
  3. 4
      app/src/mobile/res/layout/activity_video.xml

@ -648,7 +648,7 @@ public class VideoActivity extends BaseActivity implements Clock.Callback, Custo
}
private void onContent() {
mBinding.content.setMaxLines(mBinding.content.getMaxLines() == 2 ? Integer.MAX_VALUE : 2);
mBinding.content.setMaxLines(mBinding.content.getMaxLines() == 3 ? Integer.MAX_VALUE : 3);
}
private void onReverse() {

@ -62,7 +62,7 @@
android:layout_alignTop="@+id/video"
android:layout_marginEnd="16dp"
android:layout_toEndOf="@+id/video"
android:maxLines="2"
android:maxLines="3"
android:singleLine="true"
android:textColor="@color/white"
android:textSize="20sp"
@ -291,7 +291,7 @@
android:layout_marginBottom="8dp"
android:ellipsize="end"
android:lineSpacingExtra="4dp"
android:maxLines="2"
android:maxLines="3"
android:textColor="@color/white"
android:textSize="14sp"
tools:text="一個身世神秘的少年范閒(張若昀飾),因對自身身世的好奇而離開故鄉澹州,前赴南慶京都。范閒在京中各大勢力之間遊走,以探查自己屢遭刺殺的原因。其間結識靖王世子、二皇子,與太子、長公主等人對抗,並遊歷四方、闖蕩江湖,卻意外發現這世界隱藏著的秘密。本劇第一季上半部主要描述范閒在南慶京都追查刺殺的幕後黑手,京中各式人等對范閒繼承內庫的態度和應對,以及監察院院長陳萍萍希望范閒接掌監察院所做的一切舉動。下半部劇情發生在北齊上京。南慶駐北齊上京諜報首領言冰雲被北齊官方抓獲,慶帝與陳萍萍同意用已被關在監察院大牢多年的前北魏諜報首領肖恩交換言冰雲,並派范閒親率南慶使團負責此事。" />

@ -87,7 +87,7 @@
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:ellipsize="end"
android:maxLines="2"
android:maxLines="3"
android:textColor="@color/white"
android:textSize="20sp"
android:textStyle="bold"
@ -290,7 +290,7 @@
android:layout_marginBottom="8dp"
android:ellipsize="end"
android:lineSpacingExtra="4dp"
android:maxLines="2"
android:maxLines="3"
android:textColor="@color/white"
android:textSize="14sp"
tools:text="一個身世神秘的少年范閒(張若昀飾),因對自身身世的好奇而離開故鄉澹州,前赴南慶京都。范閒在京中各大勢力之間遊走,以探查自己屢遭刺殺的原因。其間結識靖王世子、二皇子,與太子、長公主等人對抗,並遊歷四方、闖蕩江湖,卻意外發現這世界隱藏著的秘密。本劇第一季上半部主要描述范閒在南慶京都追查刺殺的幕後黑手,京中各式人等對范閒繼承內庫的態度和應對,以及監察院院長陳萍萍希望范閒接掌監察院所做的一切舉動。下半部劇情發生在北齊上京。南慶駐北齊上京諜報首領言冰雲被北齊官方抓獲,慶帝與陳萍萍同意用已被關在監察院大牢多年的前北魏諜報首領肖恩交換言冰雲,並派范閒親率南慶使團負責此事。" />

Loading…
Cancel
Save