摘要:
android:layout_above="@+id/main"android:layout_below="@+id/main"android:layout_toLeftOf="@+id/main"android:layout_toRightOf="@+id/main" 阅读全文
posted @ 2019-11-01 19:48
thomas_blog
阅读(230)
评论(0)
推荐(0)
摘要:
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientat 阅读全文
posted @ 2019-11-01 16:06
thomas_blog
阅读(954)
评论(0)
推荐(0)
摘要:
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an 阅读全文
posted @ 2019-11-01 14:59
thomas_blog
阅读(1267)
评论(0)
推荐(0)
摘要:
垂直布局 vertical 水平布局 horizontal 阅读全文
posted @ 2019-11-01 13:26
thomas_blog
阅读(296)
评论(0)
推荐(0)