Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa30960437 |
@@ -5,6 +5,18 @@
|
||||
android:orientation="vertical"
|
||||
android:background="@drawable/bg_gradient">
|
||||
|
||||
<!-- 可滚动内容区域 -->
|
||||
<ScrollView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:fillViewport="true">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
|
||||
<!-- 顶部欢迎区域 -->
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
@@ -327,7 +339,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:paddingHorizontal="24dp"
|
||||
android:layout_marginBottom="80dp">
|
||||
android:layout_marginBottom="16dp">
|
||||
|
||||
<!-- 博客占位 1 -->
|
||||
<LinearLayout
|
||||
@@ -440,8 +452,10 @@
|
||||
android:layout_marginStart="12dp"/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
||||
<!-- 底部导航 -->
|
||||
<!-- 底部导航(固定在底部) -->
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user