| | |
| | | </LinearLayout> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/mine_tv_name" |
| | | <LinearLayout |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:paddingTop="12dp" |
| | | android:textColor="#ffdcdcdc" |
| | | android:textSize="18sp" |
| | | android:visibility="gone" /> |
| | | android:layout_marginTop="12dp" |
| | | android:layout_marginBottom="10dp" |
| | | android:gravity="center_vertical|left"> |
| | | |
| | | <TextView |
| | | android:id="@+id/mine_tv_name" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="#ffdcdcdc" |
| | | android:textSize="18sp" |
| | | android:visibility="gone" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/mine_iv_vip" |
| | | android:layout_width="22dp" |
| | | android:layout_height="10dp" |
| | | android:layout_marginLeft="7.5dp" |
| | | android:src="@drawable/icon_vip" |
| | | android:visibility="gone"></ImageView> |
| | | |
| | | </LinearLayout> |
| | | |
| | | |
| | | </LinearLayout> |
| | | </com.lcjian.library.widget.RatioLayout> |
| | | |
| | | <LinearLayout |
| | | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:layout_marginBottom="10dp" |
| | | |
| | | android:orientation="horizontal"> |
| | | |
| | | <LinearLayout |
| | |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | |
| | | android:gravity="center_horizontal" |
| | | android:orientation="vertical" |
| | | android:padding="8dp"> |
| | |
| | | android:layout_weight="1" |
| | | android:gravity="center_horizontal" |
| | | android:orientation="vertical" |
| | | android:padding="8dp"> |
| | | android:padding="8dp" |
| | | android:visibility="gone"> |
| | | |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | |
| | | |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_vip" |
| | | android:layout_margin="12dp" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:background="@drawable/shape_vip_bg" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal" |
| | | android:padding="9dp"> |
| | | |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@drawable/icon_vip_logo"></ImageView> |
| | | |
| | | <TextView |
| | | android:layout_marginLeft="9dp" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="开通VIP,看蓝光院线大片!" |
| | | android:textColor="#ff885e24" |
| | | android:textSize="12sp" /> |
| | | |
| | | <View |
| | | android:layout_width="0dp" |
| | | android:layout_height="1dp" |
| | | android:layout_weight="1"></View> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_vip_open" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:background="@drawable/shape_vip_open_btn" |
| | | android:text="开通会员" |
| | | android:textColor="#ff885e24" |
| | | android:textSize="10sp" /> |
| | | |
| | | </LinearLayout> |
| | | |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |