You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
JY-TVBoxOS/app/src/main/res/layout/dialog_xwalk.xml

41 lines
1.5 KiB

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="@dimen/vs_440"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:background="@drawable/dialog_bg_01"
android:orientation="vertical"
android:padding="@dimen/vs_30">
<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" />
<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:gravity="center"
android:text="下载"
android:textColor="@color/color_FFFFFF"
android:textSize="@dimen/ts_26" />
</LinearLayout>
</FrameLayout>