补12.18日(网站上不去)

来源:互联网 发布:朗读配音软件 编辑:程序博客网 时间:2024/05/20 21:22
透明度
<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"    android:orientation="vertical" android:layout_width="match_parent"    android:layout_height="match_parent">    <RelativeLayout        android:layout_width="match_parent"        android:layout_height="0dp"        android:layout_weight="11">    <android.support.v7.widget.Toolbar        android:id="@+id/toolbar"        android:layout_width="match_parent"        android:layout_height="match_parent"        android:background="@drawable/db14511f6561bf32a655eaf278155502"        android:fitsSystemWindows="true"        ></android.support.v7.widget.Toolbar><LinearLayout    android:layout_width="match_parent"    android:layout_height="match_parent"    android:orientation="vertical"    >    <TextView        android:layout_width="match_parent"        android:layout_height="0dp"        android:layout_weight="2"        android:background="#000000"        android:alpha="0.6"/>    <LinearLayout        android:layout_width="match_parent"        android:layout_height="0dp"        android:layout_weight="4"        android:orientation="horizontal">        <TextView            android:background="#000000"            android:layout_width="0dp"            android:layout_height="match_parent"            android:layout_weight="2"            android:alpha="0.6"            android:id="@+id/textView3" />        <TextView            android:layout_width="0dp"            android:layout_height="match_parent"            android:layout_weight="15"            android:alpha="0"/>        <TextView            android:background="#000000"            android:layout_width="0dp"            android:layout_height="match_parent"            android:layout_weight="2"            android:alpha="0.6"/>    </LinearLayout>    <TextView        android:background="#000000"        android:layout_width="match_parent"        android:layout_height="0dp"        android:layout_weight="2"        android:alpha="0.6"        android:id="@+id/textView2" /></LinearLayout>    </RelativeLayout>    <RelativeLayout        android:layout_width="match_parent"        android:layout_height="0dp"        android:layout_weight="1"        android:background="#000000">    <TextView        android:layout_width="wrap_content"        android:layout_height="wrap_content"        android:text="取消"        android:textColor="#ffffff"        android:textSize="15sp"        android:layout_alignParentLeft="true"        android:layout_centerVertical="true"        android:layout_marginLeft="20dp"        />        <TextView            android:layout_width="wrap_content"            android:layout_height="wrap_content"            android:text="应用"            android:textColor="#ffffff"            android:textSize="15sp"            android:layout_alignParentRight="true"            android:layout_centerVertical="true"            android:layout_marginRight="20dp"            />    </RelativeLayout></LinearLayout>
原创粉丝点击