|
|
@@ -1,610 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- android:id="@+id/main_content"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="@color/white"
|
|
|
- android:clipToPadding="true"
|
|
|
- android:fitsSystemWindows="true"
|
|
|
- android:orientation="vertical">
|
|
|
- <!--这个linearlayout嵌套先不删除-->
|
|
|
-
|
|
|
-
|
|
|
- <ScrollView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:fillViewport="true">
|
|
|
-
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/lay_fgt_main_mine_head"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@color/white"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:padding="10dp">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/img_fgt_main_mine_head"
|
|
|
- android:layout_width="56dp"
|
|
|
- android:layout_height="56dp"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:src="@drawable/ic_user_head_default" />
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_toEndOf="@+id/img_fgt_main_mine_head"
|
|
|
- android:layout_toRightOf="@+id/img_fgt_main_mine_head"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/txt_fgt_main_mine_nick"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentTop="true"
|
|
|
- android:layout_marginLeft="15dp"
|
|
|
- android:layout_marginStart="15dp"
|
|
|
- android:text="请登录您的游戏帐号"
|
|
|
- android:textColor="@color/black_deep" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/txt_fgt_main_mine_tips"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignLeft="@id/txt_fgt_main_mine_nick"
|
|
|
- android:layout_below="@id/txt_fgt_main_mine_nick"
|
|
|
- android:layout_marginTop="4dp"
|
|
|
- android:maxLines="2"
|
|
|
- android:text="点击进入个人中心"
|
|
|
- android:textColor="@color/setting_more" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerInParent="true"
|
|
|
- android:src="@drawable/ic_right_sword_normal" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/top_four_view_layout"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@drawable/sp_layout_bottom_line"
|
|
|
- android:minHeight="85dp"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/giftpack_linearlayout"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:layout_margin="@dimen/about_text_margin_10"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:scaleType="centerInside"
|
|
|
- android:src="@drawable/giftpack_top_img" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/giftpack_tv"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_horizontal"
|
|
|
- android:layout_marginTop="@dimen/about_text_margin_10"
|
|
|
- android:text="礼包"
|
|
|
- android:textColor="@color/gray_3"
|
|
|
- android:textSize="@dimen/app_size_tv_small" />
|
|
|
-
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="1sp"
|
|
|
- android:layout_height="28sp"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:background="#F2F2F2" />
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/welfare_linearlayout"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:layout_margin="@dimen/about_text_margin_10"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:scaleType="centerInside"
|
|
|
- android:src="@drawable/welfare_rolls_img" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_horizontal"
|
|
|
- android:layout_marginTop="@dimen/about_text_margin_10"
|
|
|
- android:text="福利券"
|
|
|
- android:textColor="@color/gray_3"
|
|
|
- android:textSize="@dimen/app_size_tv_small" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="1sp"
|
|
|
- android:layout_height="28sp"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:background="#F2F2F2" />
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/integral_linearlayout"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:layout_margin="@dimen/about_text_margin_10"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:scaleType="centerInside"
|
|
|
- android:src="@drawable/wanbi_top_img" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_horizontal"
|
|
|
- android:layout_marginTop="@dimen/about_text_margin_10"
|
|
|
- android:text="米币"
|
|
|
- android:textColor="@color/gray_3"
|
|
|
- android:textSize="@dimen/app_size_tv_small" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="1sp"
|
|
|
- android:layout_height="28sp"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:background="#F2F2F2" />
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/kims_linearlayout"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:layout_margin="@dimen/about_text_margin_10"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:scaleType="centerInside"
|
|
|
- android:src="@drawable/jifen" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_horizontal"
|
|
|
- android:layout_marginTop="@dimen/about_text_margin_10"
|
|
|
- android:text="积分商城"
|
|
|
- android:textColor="@color/gray_3"
|
|
|
- android:textSize="@dimen/app_size_tv_small" />
|
|
|
- </LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <include layout="@layout/interval_gray_padding" />
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/lay_fgt_main_mine_bookgame"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="48dp"
|
|
|
- android:background="@drawable/sp_layout_bottom_line"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="48dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:scaleType="centerInside"
|
|
|
- android:src="@drawable/reservation_icon" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/mine_interval"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="预约游戏"
|
|
|
- android:textColor="@color/gray_3"
|
|
|
- android:textSize="@dimen/app_size_tv_ordinary" />
|
|
|
-
|
|
|
- <View
|
|
|
- android:id="@+id/view_fgt_main_mine_dot"
|
|
|
- android:layout_width="6dp"
|
|
|
- android:layout_height="6dp"
|
|
|
- android:layout_marginRight="14dp"
|
|
|
- android:background="@drawable/sp_dot_red"
|
|
|
- android:visibility="gone" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:src="@drawable/ic_right_sword_normal" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/lay_fgt_main_mine_gamenum"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="48dp"
|
|
|
- android:background="@drawable/sp_layout_bottom_line"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="48dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:scaleType="centerInside"
|
|
|
- android:src="@drawable/game_icon" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/textView2"
|
|
|
- style="@style/mine_interval"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="游戏号"
|
|
|
- android:textColor="@color/gray_3"
|
|
|
- android:textSize="@dimen/app_size_tv_ordinary" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:src="@drawable/ic_right_sword_normal" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/lay_fgt_main_mine_wallet"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="48dp"
|
|
|
- android:background="@drawable/sp_layout_bottom_line"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="48dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:scaleType="centerInside"
|
|
|
- android:src="@drawable/wallet_icon" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/mine_interval"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="我的钱包"
|
|
|
- android:textColor="@color/gray_3"
|
|
|
- android:textSize="@dimen/app_size_tv_ordinary" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:src="@drawable/ic_right_sword_normal" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/lay_fgt_main_mine_coin"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="48dp"
|
|
|
- android:background="@drawable/sp_layout_bottom_line"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="48dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:scaleType="centerInside"
|
|
|
- android:src="@drawable/paycoins_icon" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/mine_interval"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="我的米币"
|
|
|
- android:textColor="@color/gray_3"
|
|
|
- android:textSize="@dimen/app_size_tv_ordinary" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:src="@drawable/ic_right_sword_normal" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/lay_fgt_main_mine_myorder"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="48dp"
|
|
|
- android:background="@drawable/sp_layout_bottom_line"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="48dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:scaleType="centerInside"
|
|
|
- android:src="@drawable/order_icon" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/mine_interval"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="我的订单"
|
|
|
- android:textColor="@color/gray_3"
|
|
|
- android:textSize="@dimen/app_size_tv_ordinary" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:src="@drawable/ic_right_sword_normal" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/lay_fgt_main_mine_seller"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="48dp"
|
|
|
- android:background="@drawable/sp_layout_bottom_line"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="48dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:scaleType="centerInside"
|
|
|
- android:src="@drawable/sellercenter_icon" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/mine_interval"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="卖家中心"
|
|
|
- android:textColor="@color/gray_3"
|
|
|
- android:textSize="@dimen/app_size_tv_ordinary" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:src="@drawable/ic_right_sword_normal" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/lay_fgt_main_mine_sellaccount"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="48dp"
|
|
|
- android:background="@drawable/sp_layout_bottom_line"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:visibility="gone">
|
|
|
-
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="48dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:scaleType="centerInside"
|
|
|
- android:src="@drawable/sell_icon" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/mine_interval"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="出售游戏号"
|
|
|
- android:textColor="@color/gray_3"
|
|
|
- android:textSize="@dimen/app_size_tv_ordinary" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:src="@drawable/ic_right_sword_normal" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/lay_fgt_main_mine_mygift"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="48dp"
|
|
|
- android:background="@drawable/sp_layout_bottom_line"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:visibility="gone">
|
|
|
-
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="48dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:scaleType="centerInside"
|
|
|
- android:src="@drawable/reward_icon" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/mine_interval"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="我的奖励"
|
|
|
- android:textColor="@color/gray_3"
|
|
|
- android:textSize="@dimen/app_size_tv_ordinary" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:src="@drawable/ic_right_sword_normal" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/lay_fgt_taozhewan_mine_about"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="48dp"
|
|
|
- android:background="@drawable/sp_layout_bottom_line"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:visibility="gone">
|
|
|
-
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="48dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:scaleType="centerInside"
|
|
|
- android:src="@drawable/mine_taozhewan_icon" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/mine_interval"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="@string/tab_viewpager_taozhewan"
|
|
|
- android:textColor="@color/gray_3"
|
|
|
- android:textSize="@dimen/app_size_tv_ordinary" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:src="@drawable/ic_right_sword_normal" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/lay_fgt_hoggerel_mine_about"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="48dp"
|
|
|
- android:background="@drawable/sp_layout_bottom_line"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:visibility="gone">
|
|
|
-
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="48dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:scaleType="centerInside"
|
|
|
- android:src="@drawable/mine_taozhewan_icon" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/mine_interval"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="@string/mine_hoggerel"
|
|
|
- android:textColor="@color/gray_3"
|
|
|
- android:textSize="@dimen/app_size_tv_ordinary" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:src="@drawable/ic_right_sword_normal" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <include
|
|
|
- android:id="@+id/interval_gray_view"
|
|
|
- layout="@layout/interval_gray_padding" />
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/lay_fgt_main_mine_about"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="48dp"
|
|
|
- android:background="@drawable/sp_layout_bottom_line"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="48dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:scaleType="centerInside"
|
|
|
- android:src="@drawable/about_icon" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/mine_interval"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="@string/title_activity_setting"
|
|
|
- android:textColor="@color/gray_3"
|
|
|
- android:textSize="@dimen/app_size_tv_ordinary" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:src="@drawable/ic_right_sword_normal" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/lay_fgt_main_mine_advice"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="48dp"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="48dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:scaleType="centerInside"
|
|
|
- android:src="@drawable/feedback_icon" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/mine_interval"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="意见反馈"
|
|
|
- android:textColor="@color/gray_3"
|
|
|
- android:textSize="@dimen/app_size_tv_ordinary" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:src="@drawable/ic_right_sword_normal" />
|
|
|
- </LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
- </ScrollView>
|
|
|
-</LinearLayout>
|