| | |
| | | android:layout_height="102dp" |
| | | android:layout_marginTop="@dimen/dp_22" |
| | | android:background="@drawable/disc"> |
| | | |
| | | <!--用富文本实现--> |
| | | <TextView |
| | | android:id="@+id/info_rl1_f_text1_tv" |
| | | android:layout_width="wrap_content" |
| | |
| | | android:layout_centerInParent="true" |
| | | android:layout_marginStart="@dimen/dp_6" |
| | | android:gravity="end|center_vertical" |
| | | android:text="88" |
| | | android:text="0" |
| | | android:textColor="@color/text_E6000000" |
| | | android:textSize="@dimen/text_26" |
| | | android:textStyle="bold" /> |
| | | |
| | | <!--先隐藏--> |
| | | <TextView |
| | | android:id="@+id/home_page_station_info_rl1_f_text2_tv" |
| | | android:layout_width="wrap_content" |
| | |
| | | android:layout_toEndOf="@+id/info_rl1_f_text1_tv" |
| | | android:text="%" |
| | | android:textColor="@color/text_191919" |
| | | android:textSize="@dimen/text_12" /> |
| | | android:textSize="@dimen/text_12" |
| | | android:visibility="gone" /> |
| | | </RelativeLayout> |
| | | |
| | | |