|
|
@@ -22,9 +22,31 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<View
|
|
|
+ android:id="@+id/fgt_pc_item_my_game_v"
|
|
|
+ style="@style/style_item_line_new"
|
|
|
+ android:visibility="gone" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/my_game_layout"
|
|
|
+ style="@style/style_item_container">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ style="@style/style_item_img"
|
|
|
+ android:src="@mipmap/ic_game" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/style_item_label"
|
|
|
+ android:text="我的游戏" />
|
|
|
+
|
|
|
+ <TextView style="@style/style_item_end_next" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
android:id="@+id/fgt_pc_item_my_pet_v"
|
|
|
style="@style/style_item_line_new"
|
|
|
android:visibility="gone" />
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:id="@+id/my_pet_layout"
|
|
|
style="@style/style_item_container">
|
|
|
@@ -45,6 +67,7 @@
|
|
|
android:id="@+id/fgt_pc_item_my_card_v"
|
|
|
style="@style/style_item_line_new"
|
|
|
android:visibility="gone" />
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:id="@+id/my_card_layout"
|
|
|
style="@style/style_item_container">
|
|
|
@@ -108,10 +131,10 @@
|
|
|
android:id="@+id/voucher_layout"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:paddingBottom="@dimen/content_padding_16"
|
|
|
- android:paddingEnd="@dimen/content_padding_30"
|
|
|
android:paddingStart="@dimen/content_padding_8"
|
|
|
android:paddingTop="@dimen/content_padding_16"
|
|
|
+ android:paddingEnd="@dimen/content_padding_30"
|
|
|
+ android:paddingBottom="@dimen/content_padding_16"
|
|
|
android:visibility="visible">
|
|
|
|
|
|
<ImageView
|
|
|
@@ -170,6 +193,7 @@
|
|
|
android:visibility="visible" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<View
|
|
|
android:id="@+id/fgt_person_center_my_focus_line"
|
|
|
style="@style/style_item_line_new"
|