|
|
@@ -59,6 +59,7 @@
|
|
|
android:id="@+id/gc_game_app_detail_iv"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="216dp"
|
|
|
+ android:maxHeight="300dp"
|
|
|
android:scaleType="centerCrop"
|
|
|
android:src="@drawable/loading_01"
|
|
|
app:layout_constraintTop_toTopOf="parent"/>
|
|
|
@@ -68,6 +69,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:minHeight="100dp"
|
|
|
+ android:maxHeight="300dp"
|
|
|
android:adjustViewBounds="true"
|
|
|
android:scaleType="fitXY"
|
|
|
android:src="@drawable/loading_01"
|
|
|
@@ -78,6 +80,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:minHeight="100dp"
|
|
|
+ android:maxHeight="300dp"
|
|
|
android:visibility="gone"
|
|
|
app:layout_constraintTop_toTopOf="parent"/>
|
|
|
<ImageView
|
|
|
@@ -125,6 +128,7 @@
|
|
|
|
|
|
<android.support.constraint.ConstraintLayout
|
|
|
android:layout_width="match_parent"
|
|
|
+ android:paddingBottom="16dp"
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -204,7 +208,7 @@
|
|
|
android:id="@+id/gc_game_app_detail_tag_list"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="6dp"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@id/gc_game_app_detail_name"
|
|
|
app:layout_constraintStart_toStartOf="@id/gc_game_app_detail_name" />
|
|
|
@@ -217,13 +221,27 @@
|
|
|
android:text="1.8万人在玩 | 1.2G"
|
|
|
android:textColor="#ff999999"
|
|
|
android:textSize="12sp"
|
|
|
- android:layout_marginTop="4dp"
|
|
|
- android:layout_marginBottom="16dp"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
app:layout_constraintEnd_toStartOf="@id/gc_game_app_detail_score_tv"
|
|
|
app:layout_constraintStart_toStartOf="@id/gc_game_app_detail_name"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@id/gc_game_app_detail_tag_list" />
|
|
|
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/gc_game_app_detail_bt1"
|
|
|
+ android:layout_width="44dp"
|
|
|
+ android:layout_height="17dp"
|
|
|
+ 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="10sp"
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/gc_game_app_detail_icon"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/gc_game_app_detail_icon"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/gc_game_app_detail_icon"/>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:orientation="horizontal"
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -231,16 +249,15 @@
|
|
|
android:layout_marginEnd="12dp"
|
|
|
app:layout_constraintBottom_toBottomOf="@id/gc_game_app_detail_icon"
|
|
|
app:layout_constraintEnd_toEndOf="parent">
|
|
|
+
|
|
|
<TextView
|
|
|
- android:id="@+id/gc_game_app_detail_bt1"
|
|
|
- android:layout_width="56dp"
|
|
|
+ android:id="@+id/gc_game_app_detail_bt4"
|
|
|
+ style="@style/style_activity_td_tv"
|
|
|
+ android:textSize="13sp"
|
|
|
+ android:layout_width="66dp"
|
|
|
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" />
|
|
|
+ android:visibility="gone"
|
|
|
+ android:layout_marginStart="12dp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/gc_game_app_detail_bt3"
|