zengjiebin лет назад: 7
Родитель
Сommit
4197b456c7

+ 2 - 2
app/src/main/res/layout/item_game_group_game_compare.xml

@@ -9,7 +9,7 @@
 
     <TextView
         android:id="@+id/item_gggc_download_tv"
-        style="@style/style_vip_td_tv"
+        style="@style/style_vip_td_tv3"
         android:background="@drawable/selector_button_full_main"
         android:text="去下载"
         android:layout_marginEnd="@dimen/end_igggc_line"
@@ -28,7 +28,7 @@
 
     <TextView
         android:id="@+id/item_gggc_vip_tv"
-        style="@style/style_vip_td_tv"
+        style="@style/style_vip_td_tv3"
         android:layout_marginEnd="@dimen/end_igggc_line"
         app:layout_constraintBottom_toBottomOf="@id/item_gggc_ll2"
         app:layout_constraintEnd_toEndOf="parent"

+ 9 - 0
app/src/main/res/values/dd_styles.xml

@@ -515,6 +515,15 @@
     </style>
     <!-- 会员通道textView 样式-->
     <style name="style_vip_td_tv">
+        <item name="android:layout_width">80dp</item>
+        <item name="android:layout_height">30dp</item>
+        <item name="android:background">@drawable/shape_vip_gradient_rectangle_15</item>
+        <item name="android:gravity">center</item>
+        <item name="android:text">会员通道</item>
+        <item name="android:textColor">#714E36</item>
+        <item name="android:textSize">14sp</item>
+    </style>
+    <style name="style_vip_td_tv3">
         <item name="android:layout_width">70dp</item>
         <item name="android:layout_height">22dp</item>
         <item name="android:background">@drawable/shape_vip_gradient_rectangle_15</item>