textcopy_popup_window.xml 636 Bytes
<?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:background="@android:color/transparent"
    android:orientation="vertical">

    <Button
        android:id="@+id/btnCopy"
        android:layout_gravity="center"
        android:paddingTop="10dp"
        android:text="复制"
        android:textColor="@android:color/white"
        android:background="@drawable/bg_copy"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />

</LinearLayout>