类微信界面编写

9

类微信界面编写

类微信界面编写

总体布局我们将使用 Android 的 `LinearLayout` 布局来实现类微信界面的总体布局。下面是代码:

```xml

android:layout_height="match_parent"

android:orientation="vertical">

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:background="FFFFFF"

android:gravity="center_vertical"

android:orientation="horizontal">

上一篇 微信小程序wx.redirectTo 跳转闪屏问题

下一篇 微信小程序开发过程遇到的问题