您的位置:首页 > 其它

1.5培训

2018-01-05 17:30 38 查看
找了半天错误......

<HorizontalScrollView
android:layout_width="match_parent"
android:layout_height="200dp"
>
<RelativeLayout
android:id="@+id/zhong"
android:layout_width="match_parent"
android:layout_height="200dp"
android:layout_alignParentStart="true"
android:layout_below="@+id/top">

<RelativeLayout
android:id="@+id/yin"
android:layout_width="300dp"
android:layout_height="140dp"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:background="#1E78FF">

<ImageView
android:id="@+id/y1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginRight="10dp"
android:layout_marginTop="10dp"
android:src="@drawable/y" />
<TextView
android:layout_toRightOf="@id/y1"
android:layout_marginTop="15dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="26sp"
android:textColor="#ffffff"
android:text="招商银行"/>
<TextView
android:layout_below="@id/y1"
android:layout_marginTop="20dp"
android:layout_centerVertical="true"
android:layout_centerHorizontal="true"
android:layou
4000
t_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="26sp"
android:textColor="#ffffff"
android:text="**** **** **** 6689"/>
</RelativeLayout>
<RelativeLayout
android:id="@+id/yin2"
android:layout_toRightOf="@+id/yin"
android:layout_width="300dp"
android:layout_height="140dp"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:background="#1E78FF">

<ImageView
android:id="@+id/y2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginRight="10dp"
android:layout_marginTop="10dp"
android:src="@drawable/y" />
<TextView
android:layout_toRightOf="@id/y2"
android:layout_marginTop="15dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="26sp"
android:textColor="#ffffff"
android:text="招商银行"/>
<TextView
android:layout_below="@id/y2"
android:layout_marginTop="20dp"
android:layout_centerVertical="true"
android:layout_centerHorizontal="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="26sp"
android:textColor="#ffffff"
android:text="**** **** **** 6689"/>
</RelativeLayout>
<RelativeLayout
android:id="@+id/yin3"
android:layout_toLeftOf="@+id/yin"
android:layout_width="300dp"
android:layout_height="140dp"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:background="#1E78FF">

<ImageView
android:id="@+id/y3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginRight="10dp"
android:layout_marginTop="10dp"
android:src="@drawable/y" />
<TextView
android:layout_toRightOf="@id/y3"
android:layout_marginTop="15dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="26sp"
android:textColor="#ffffff"
android:text="招商银行"/>
<TextView
android:layout_below="@id/y3"
android:layout_marginTop="20dp"
android:layout_centerVertical="true"
android:layout_centerHorizontal="true"
android:layout
9de7
_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="26sp"
android:textColor="#ffffff"
android:text="**** **** **** 6689"/>
</RelativeLayout>
</RelativeLayout>
</HorizontalScrollView>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: