| | |
| | | </androidx.appcompat.widget.Toolbar> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/about_company" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="50dp" |
| | | android:gravity="center" |
| | | android:orientation="vertical" |
| | | android:background="#F9F9F9" |
| | | android:layout_marginTop="1dp" |
| | | > |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:padding="5dp" |
| | | android:text="关于我们" |
| | | android:textColor="#000000" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/account_close" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="50dp" |