mirror of
https://github.com/Nezumi-2711/PRM392.git
synced 2026-09-22 20:00:53 +00:00
Fix layout, language!
This commit is contained in:
@@ -67,7 +67,6 @@ class UpdateDialogActivity : AppCompatActivity(), View.OnClickListener {
|
||||
|
||||
private fun initView() {
|
||||
val ibClose = findViewById<View>(R.id.ib_close)
|
||||
val vLine = findViewById<View>(R.id.line)
|
||||
val ivBg = findViewById<ImageView>(R.id.iv_bg)
|
||||
val tvTitle = findViewById<TextView>(R.id.tv_title)
|
||||
val tvSize = findViewById<TextView>(R.id.tv_size)
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -22,10 +22,11 @@
|
||||
android:id="@+id/tv_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/bold"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_marginRight="16dp"
|
||||
android:textColor="@android:color/black"
|
||||
android:textSize="15sp"
|
||||
android:textSize="18sp"
|
||||
tools:text="发现新版v2.0.1可以下载啦!" />
|
||||
|
||||
<TextView
|
||||
@@ -34,6 +35,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:fontFamily="@font/italic"
|
||||
android:layout_marginRight="16dp"
|
||||
android:textColor="#757575"
|
||||
android:textSize="14sp"
|
||||
@@ -52,6 +54,7 @@
|
||||
android:id="@+id/tv_description"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/regular"
|
||||
android:lineSpacingMultiplier="1.1"
|
||||
android:textColor="#757575"
|
||||
android:textSize="14sp"
|
||||
@@ -72,6 +75,7 @@
|
||||
android:layout_height="40dp"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:fontFamily="@font/bold"
|
||||
android:layout_marginRight="16dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:background="@drawable/bg_button"
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
<string name="click_hint">Nhấn đề cài đặt</string>
|
||||
<string name="download_error">Tải bị lỗi</string>
|
||||
<string name="continue_downloading">Nhấn để tiếp tục tải</string>
|
||||
<string name="background_downloading">Ứng dụng đang được tải ở dưới nền!</string>
|
||||
<string name="dialog_new">Phiên bản v%s đã ra mắt! Hãy cập nhật ngay!</string>
|
||||
<string name="background_downloading">Ứng dụng đang được tải ...</string>
|
||||
<string name="dialog_new">Phiên bản v%sđã ra mắt! Hãy cập nhật ngay!</string>
|
||||
<string name="dialog_new_size">Dung lượng tệp:%sMB</string>
|
||||
<string name="update">Cập nhật</string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user