|
@@ -192,9 +192,8 @@
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:id="@+id/gc_game_app_hot_iv"
|
|
android:id="@+id/gc_game_app_hot_iv"
|
|
|
android:src="@mipmap/hot"
|
|
android:src="@mipmap/hot"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/gc_game_app_detail_name"
|
|
|
app:layout_constraintStart_toEndOf="@+id/gc_game_app_detail_name"
|
|
app:layout_constraintStart_toEndOf="@+id/gc_game_app_detail_name"
|
|
|
- android:layout_marginTop="18dp"
|
|
|
|
|
android:layout_marginStart="3dp"
|
|
android:layout_marginStart="3dp"
|
|
|
android:visibility="gone"
|
|
android:visibility="gone"
|
|
|
android:layout_width="8dp"
|
|
android:layout_width="8dp"
|
|
@@ -224,30 +223,33 @@
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@id/gc_game_app_detail_tag_list" />
|
|
app:layout_constraintTop_toBottomOf="@id/gc_game_app_detail_tag_list" />
|
|
|
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/gc_game_app_detail_bt1"
|
|
|
|
|
- android:layout_width="56dp"
|
|
|
|
|
- android:layout_height="24dp"
|
|
|
|
|
- android:background="@drawable/selector_button_stroke_main"
|
|
|
|
|
- android:gravity="center"
|
|
|
|
|
- android:onClick="onClickFollowTv"
|
|
|
|
|
- android:layout_marginEnd="84dp"
|
|
|
|
|
- android:text="关注"
|
|
|
|
|
- android:textColor="@color/selector_color_stoke_main_btn"
|
|
|
|
|
- android:textSize="13sp"
|
|
|
|
|
- app:layout_constraintBottom_toBottomOf="@id/gc_game_app_detail_icon"
|
|
|
|
|
- app:layout_constraintEnd_toEndOf="parent" />
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/gc_game_app_detail_bt3"
|
|
|
|
|
- style="@style/style_vip_td_tv"
|
|
|
|
|
- android:textSize="13sp"
|
|
|
|
|
- android:layout_width="66dp"
|
|
|
|
|
- android:layout_height="24dp"
|
|
|
|
|
- android:visibility="gone"
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginEnd="12dp"
|
|
android:layout_marginEnd="12dp"
|
|
|
app:layout_constraintBottom_toBottomOf="@id/gc_game_app_detail_icon"
|
|
app:layout_constraintBottom_toBottomOf="@id/gc_game_app_detail_icon"
|
|
|
- app:layout_constraintEnd_toEndOf="parent" />
|
|
|
|
|
|
|
+ app:layout_constraintEnd_toEndOf="parent">
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:id="@+id/gc_game_app_detail_bt1"
|
|
|
|
|
+ android:layout_width="56dp"
|
|
|
|
|
+ android:layout_height="24dp"
|
|
|
|
|
+ android:background="@drawable/selector_button_stroke_main"
|
|
|
|
|
+ android:gravity="center"
|
|
|
|
|
+ android:onClick="onClickFollowTv"
|
|
|
|
|
+ android:text="关注"
|
|
|
|
|
+ android:textColor="@color/selector_color_stoke_main_btn"
|
|
|
|
|
+ android:textSize="13sp" />
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:id="@+id/gc_game_app_detail_bt3"
|
|
|
|
|
+ style="@style/style_vip_td_tv"
|
|
|
|
|
+ android:textSize="13sp"
|
|
|
|
|
+ android:layout_width="66dp"
|
|
|
|
|
+ android:layout_height="24dp"
|
|
|
|
|
+ android:visibility="gone"
|
|
|
|
|
+ android:layout_marginStart="12dp" />
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
|
|
</android.support.constraint.ConstraintLayout>
|
|
</android.support.constraint.ConstraintLayout>
|
|
|
|
|
|