|
|
|
|
@ -4,33 +4,18 @@ |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:orientation="vertical" |
|
|
|
|
android:padding="16dp"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/version" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:letterSpacing="0.02" |
|
|
|
|
android:textColor="@color/grey_900" |
|
|
|
|
android:textSize="16sp" |
|
|
|
|
tools:text="@string/update_version" /> |
|
|
|
|
|
|
|
|
|
<View |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="1dp" |
|
|
|
|
android:layout_marginTop="16dp" |
|
|
|
|
android:layout_marginBottom="16dp" |
|
|
|
|
android:background="@color/grey_300" /> |
|
|
|
|
android:paddingStart="24dp" |
|
|
|
|
android:paddingTop="16dp" |
|
|
|
|
android:paddingEnd="24dp"> |
|
|
|
|
|
|
|
|
|
<androidx.core.widget.NestedScrollView |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
android:layout_marginBottom="16dp" |
|
|
|
|
android:layout_weight="1"> |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:fillViewport="true"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/desc" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:letterSpacing="0.02" |
|
|
|
|
android:lineSpacingExtra="8dp" |
|
|
|
|
@ -39,34 +24,4 @@ |
|
|
|
|
tools:text="1. 新增 ffmpeg 音頻軟解\n2. 詳情頁新增分詞快搜\n3. 修復搜尋閃退問題\n4. 設定支援渲染切換" /> |
|
|
|
|
|
|
|
|
|
</androidx.core.widget.NestedScrollView> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/confirm" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:background="@drawable/shape_text" |
|
|
|
|
android:gravity="center" |
|
|
|
|
android:text="@string/update_confirm" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="14sp" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/cancel" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:background="@drawable/shape_text" |
|
|
|
|
android:gravity="center" |
|
|
|
|
android:text="@string/dialog_negative" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="14sp" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
</LinearLayout> |