| | |
| | | android:layout_height="match_parent" /> |
| | | <!--关于hint结束--> |
| | | <fragment |
| | | android:id="@+id/fragment_account_setting" |
| | | android:name="com.basic.security.fragment.AccountSettingFragment_" |
| | | android:id="@+id/fragment_user" |
| | | android:name="com.basic.security.fragment.UserFragment_" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" /> |
| | | |
| | |
| | | <TextView |
| | | android:id="@+id/currentFragmentTextView" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/h65" |
| | | android:layout_height="wrap_content" |
| | | android:layout_centerHorizontal="true" |
| | | android:background="@color/colorWhite" |
| | | android:gravity="center" |
| | | android:textColor="@color/colorWhite" |
| | | android:textColor="@color/colorRed" |
| | | android:textSize="25dp" /> |
| | | |
| | | <LinearLayout |