| | |
| | | android:textColor="#ffffff" |
| | | android:background="@drawable/tab_btn_normal"/> |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:id="@+id/id_tab_setting" |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1" |
| | | android:orientation="vertical" |
| | | android:gravity="center"> |
| | | <Button |
| | | android:id="@+id/id_tab_setting_btn" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:clickable="false" |
| | | android:text="设置" |
| | | android:textSize="30dp" |
| | | android:textColor="#ffffff" |
| | | android:background="@drawable/tab_btn_normal"/> |
| | | </LinearLayout> |
| | | <ImageButton |
| | | android:layout_width="80dp" |
| | | android:layout_height="80dp" |