| | |
| | | android:textColor="@color/selector_bottom_bar_text" |
| | | android:textSize="10sp" /> |
| | | |
| | | <LinearLayout |
| | | android:visibility="gone" |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | | android:orientation="vertical" |
| | | android:layout_height="match_parent"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_nav_cartoon" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:button="@null" |
| | | android:drawableTop="@drawable/ic_cartoon" |
| | | android:drawablePadding="4dp" |
| | | android:gravity="center_horizontal" |
| | | android:text="动漫" |
| | | android:textAppearance="?android:attr/textAppearanceSmall" |
| | | android:textColor="@color/main_menu_text_color" |
| | | android:textSize="10sp" /> |
| | | |
| | | </LinearLayout> |
| | | |
| | | |
| | | <RadioButton |
| | | android:id="@+id/rb_nav_short_tv" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:button="@null" |
| | | android:drawableTop="@drawable/selector_short_tv" |
| | | android:drawablePadding="4dp" |
| | | android:gravity="center_horizontal" |
| | | android:text="短剧" |
| | | android:textAppearance="?android:attr/textAppearanceSmall" |
| | | android:textColor="@color/selector_bottom_bar_text" |
| | | android:textSize="10sp" /> |
| | | |
| | | |
| | | |
| | | <RadioButton |
| | | android:id="@+id/rb_nav_mine" |