guild_yys_pay.xml 2.7 KB
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:fadeScrollbars="false"
    android:fadingEdge="none"
    android:fadingEdgeLength="0dip"
    android:orientation="vertical"
    android:persistentDrawingCache="none">
    
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_margin="0dip"
        android:gravity="center"
        android:orientation="vertical"
        android:padding="0dip">
        
        <cn.fancy.sdk.pay.view.PayGridView
            android:id="@+id/guild_yys_options_gv"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:layout_marginLeft="20dip"
            android:layout_marginTop="15dip"
            android:layout_marginRight="20dip"
            android:fadeScrollbars="false"
            android:fadingEdge="none"
            android:fadingEdgeLength="0dip"
            android:horizontalSpacing="10dp"
            android:listSelector="#00000000"
            android:numColumns="3"
            android:persistentDrawingCache="none"
            android:stretchMode="columnWidth"
            android:verticalSpacing="10dp" />
        
        <RelativeLayout
            android:id="@+id/guild_yyspay_reminder"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:layout_marginLeft="10dip"
            android:layout_marginTop="10dip"
            android:layout_marginRight="10dip"
            android:gravity="left"
            android:paddingLeft="0dip"
            android:paddingTop="0dip"
            android:paddingRight="0dip"
            android:paddingBottom="20dip">
            
            <ImageView
                android:id="@+id/guild_yyspay_reminder_img"
                android:layout_width="17dip"
                android:layout_height="17dip"
                android:layout_margin="0dip"
                android:background="@drawable/guild_pay_info_mark"
                android:contentDescription="@string/guild_img_des"
                android:padding="0dip" />
            
            <TextView
                android:id="@+id/guild_yys_help_info"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginLeft="5dip"
                
                android:layout_toRightOf="@+id/guild_yyspay_reminder_img"
                android:padding="0dip" />
        
        </RelativeLayout>
    
    
    
    
    </LinearLayout>
</ScrollView>