klupdate_dialog.xml
1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/klbgshape"
android:orientation="vertical" >
<com.tencent.smtt.sdk.WebView
android:id="@+id/result_updata"
android:layout_width="match_parent"
android:layout_height="250dp"
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_marginTop="5dp"
android:gravity="center"
android:textColor="@color/klfont_black"
android:textSize="14sp" />
<LinearLayout
android:layout_width="300dp"
android:layout_height="45dp"
android:gravity="center"
android:orientation="horizontal" >
<Button
android:id="@+id/next_button_updata"
android:layout_width="80dp"
android:layout_height="30dp"
android:background="@drawable/klblues_btn_style"
android:gravity="center"
android:text="下次更新"
android:textColor="@color/klfont_white"
android:textSize="14sp" />
<Button
android:id="@+id/button_updata"
android:layout_width="80dp"
android:layout_height="30dp"
android:layout_marginLeft="20dp"
android:background="@drawable/klorange_btn_style"
android:gravity="center"
android:text="立即更新"
android:textColor="@color/klfont_white"
android:textSize="10sp" />
</LinearLayout>
</LinearLayout>