|
|
|
|
@ -22,16 +22,23 @@ |
|
|
|
|
android:layout_marginBottom="16dp" |
|
|
|
|
android:background="@color/grey_300" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/desc" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
<androidx.core.widget.NestedScrollView |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
android:layout_marginBottom="16dp" |
|
|
|
|
android:letterSpacing="0.02" |
|
|
|
|
android:lineSpacingExtra="8dp" |
|
|
|
|
android:textColor="@color/grey_900" |
|
|
|
|
android:textSize="16sp" |
|
|
|
|
tools:text="1. 新增 ffmpeg 音頻軟解\n2. 詳情頁新增分詞快搜\n3. 修復搜尋閃退問題\n4. 設定支援渲染切換" /> |
|
|
|
|
android:layout_weight="1"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/desc" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:letterSpacing="0.02" |
|
|
|
|
android:lineSpacingExtra="8dp" |
|
|
|
|
android:textColor="@color/grey_900" |
|
|
|
|
android:textSize="16sp" |
|
|
|
|
tools:text="1. 新增 ffmpeg 音頻軟解\n2. 詳情頁新增分詞快搜\n3. 修復搜尋閃退問題\n4. 設定支援渲染切換" /> |
|
|
|
|
|
|
|
|
|
</androidx.core.widget.NestedScrollView> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|