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.
24 lines
3.0 KiB
24 lines
3.0 KiB
2 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout android:orientation="vertical" android:background="@color/content_bg" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<RelativeLayout android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="28.0">
|
||
|
<com.viatech.cloud.SquareLayout android:paddingTop="90.0dip" android:paddingBottom="50.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_centerInParent="true">
|
||
|
<ImageView android:layout_width="fill_parent" android:layout_height="fill_parent" android:src="@drawable/share_app" android:scaleType="fitCenter" />
|
||
|
</com.viatech.cloud.SquareLayout>
|
||
|
</RelativeLayout>
|
||
|
<RelativeLayout android:layout_width="fill_parent" android:layout_height="wrap_content">
|
||
|
<TextView android:textSize="16.0sp" android:textColor="@color/about_text" android:id="@id/about_send_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/share_to" android:layout_centerInParent="true" />
|
||
|
<TextView android:background="@color/share_divider" android:layout_width="fill_parent" android:layout_height="1.0px" android:layout_marginRight="20.0dip" android:layout_toLeftOf="@id/about_send_text" android:layout_centerVertical="true" />
|
||
|
<TextView android:background="@color/share_divider" android:layout_width="fill_parent" android:layout_height="1.0px" android:layout_marginLeft="20.0dip" android:layout_toRightOf="@id/about_send_text" android:layout_centerVertical="true" />
|
||
|
</RelativeLayout>
|
||
|
<RelativeLayout android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="20.0">
|
||
|
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_centerInParent="true">
|
||
|
<RelativeLayout android:id="@id/share_send_friend" android:background="@drawable/btn_common_bg" android:layout_width="fill_parent" android:layout_height="50.0dip" android:layout_marginLeft="20.0dip" android:layout_marginRight="20.0dip">
|
||
|
<TextView android:textSize="18.0sp" android:textColor="#ff000000" android:gravity="center" android:layout_width="wrap_content" android:layout_height="50.0dip" android:text="@string/share_to_friends" android:layout_centerInParent="true" />
|
||
|
</RelativeLayout>
|
||
|
<RelativeLayout android:id="@id/share_cancel_send" android:background="@drawable/share_btn_bg_black" android:layout_width="fill_parent" android:layout_height="50.0dip" android:layout_marginLeft="20.0dip" android:layout_marginTop="10.0dip" android:layout_marginRight="20.0dip">
|
||
|
<TextView android:textSize="18.0sp" android:textColor="#ffffffff" android:gravity="center" android:layout_width="wrap_content" android:layout_height="50.0dip" android:text="@string/share_cancel" android:layout_centerInParent="true" />
|
||
|
</RelativeLayout>
|
||
|
</LinearLayout>
|
||
|
</RelativeLayout>
|
||
|
</LinearLayout>
|