123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- xmlns:app="http://schemas.android.com/apk/res-auto">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- >
- <com.sdk.tysdk.ui.WaterMarkText
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="tyyx697875"
- android:textSize="10sp"
- />
- <com.sdk.tysdk.ui.WaterMarkText
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="tyyx697875"
- android:textSize="10sp"
- />
- <com.sdk.tysdk.ui.WaterMarkText
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="tyyx697875"
- android:textSize="10sp"
- />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:layout_marginTop="15dp"
- >
- <com.sdk.tysdk.ui.WaterMarkText
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="tyyx697875"
- android:layout_marginLeft="22dp"
- android:textSize="10sp"
- android:maxLines="1"
- />
- <com.sdk.tysdk.ui.WaterMarkText
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:layout_marginLeft="22dp"
- android:text="tyyx697875"
- android:maxLines="1"
- android:textSize="10sp"
- android:textColor="#66999999"
- />
- <com.sdk.tysdk.ui.WaterMarkText
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:layout_marginLeft="22dp"
- android:maxLines="1"
- android:text="tyyx697875"
- android:textSize="10sp"
- />
- </LinearLayout>
- <!--<LinearLayout-->
- <!--android:layout_width="match_parent"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:orientation="horizontal"-->
- <!--android:layout_marginTop="25dp"-->
- <!-->-->
- <!--<com.sdk.tysdk.ui.WaterMarkText-->
- <!--android:layout_width="0dp"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_weight="1"-->
- <!--android:text="tyyx697875"-->
- <!--android:layout_marginLeft="22dp"-->
- <!--android:textSize="10sp"-->
- <!--android:maxLines="1"-->
- <!--app:degree="320"-->
- <!--/>-->
- <!--<com.sdk.tysdk.ui.WaterMarkText-->
- <!--android:layout_width="0dp"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_weight="1"-->
- <!--android:layout_marginLeft="22dp"-->
- <!--android:text="tyyx697875"-->
- <!--android:maxLines="1"-->
- <!--android:textSize="10sp"-->
- <!--android:textColor="#66999999"-->
- <!--app:degree="320"-->
- <!--/>-->
- <!--<com.sdk.tysdk.ui.WaterMarkText-->
- <!--android:layout_width="0dp"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_weight="1"-->
- <!--android:layout_marginLeft="22dp"-->
- <!--android:maxLines="1"-->
- <!--android:text="tyyx697875"-->
- <!--android:textSize="10sp"-->
- <!--app:degree="320"-->
- <!--/>-->
- <!--</LinearLayout>-->
- </RelativeLayout>
|