- <?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="match_parent">
- <!-- 要进行动画的布局 现在取消调了-->
- <!--<ImageView-->
- <!--android:layout_width="@dimen/iv_left_jq_game_width"-->
- <!--android:layout_height="@dimen/iv_left_jq_game_height"-->
- <!--android:layout_centerInParent="true"-->
- <!--android:layout_centerVertical="true"-->
- <!--android:background="@drawable/iv_left_whale"/>-->
- </RelativeLayout>
|