parent
bc72e43c9d
commit
883808187c
@ -1,34 +1,42 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:layout_gravity="center" |
||||
android:background="@drawable/dialog_bg_01" |
||||
android:orientation="vertical" |
||||
android:padding="@dimen/vs_30"> |
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent"> |
||||
|
||||
<TextView |
||||
android:id="@+id/downXWalkArch" |
||||
android:layout_width="match_parent" |
||||
<LinearLayout |
||||
android:layout_width="@dimen/vs_440" |
||||
android:layout_height="wrap_content" |
||||
android:focusable="false" |
||||
android:focusableInTouchMode="false" |
||||
android:gravity="center" |
||||
android:text="下载XWalkView运行组件" |
||||
android:textColor="@color/color_CC000000" |
||||
android:textSize="@dimen/ts_24" /> |
||||
android:layout_gravity="center" |
||||
android:background="@drawable/dialog_bg_01" |
||||
android:orientation="vertical" |
||||
android:padding="@dimen/vs_30"> |
||||
|
||||
<TextView |
||||
android:id="@+id/downXWalk" |
||||
android:layout_width="@dimen/vs_300" |
||||
android:layout_height="@dimen/vs_40" |
||||
android:layout_marginTop="@dimen/vs_30" |
||||
android:background="@drawable/dialog_button_01" |
||||
android:focusable="true" |
||||
android:focusableInTouchMode="true" |
||||
android:gravity="center" |
||||
android:text="下载" |
||||
android:textColor="@color/color_FFFFFF" |
||||
android:textSize="@dimen/ts_20" /> |
||||
<TextView |
||||
android:id="@+id/downXWalkArch" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
||||
android:layout_gravity="center" |
||||
android:focusable="false" |
||||
android:gravity="center" |
||||
android:lineSpacingExtra="@dimen/ts_50" |
||||
android:lineSpacingMultiplier="0" |
||||
android:text="下载XWalkView运行组件" |
||||
android:textColor="@color/color_CC000000" |
||||
android:textSize="@dimen/ts_24" /> |
||||
|
||||
</LinearLayout> |
||||
<TextView |
||||
android:id="@+id/downXWalk" |
||||
android:layout_width="@dimen/vs_300" |
||||
android:layout_height="@dimen/vs_40" |
||||
android:layout_gravity="center" |
||||
android:layout_marginTop="@dimen/vs_30" |
||||
android:background="@drawable/dialog_button_01" |
||||
android:focusable="true" |
||||
android:focusableInTouchMode="true" |
||||
android:gravity="center" |
||||
android:text="下载" |
||||
android:textColor="@color/color_FFFFFF" |
||||
android:textSize="@dimen/ts_26" /> |
||||
|
||||
</LinearLayout> |
||||
</FrameLayout> |
||||
Loading…
Reference in new issue