Browse Source

home page layout tune up

billyyoyo 6 years ago
parent
commit
adf74257ab
1 changed files with 6 additions and 0 deletions
  1. 6 0
      app/src/main/res/layout/homepage_act_layout.xml

+ 6 - 0
app/src/main/res/layout/homepage_act_layout.xml

@@ -116,6 +116,12 @@
                     </LinearLayout>
                 </LinearLayout>
 
+                <View
+                    android:layout_width="match_parent"
+                    android:layout_height="13dp"
+                    android:layout_below="@id/home_list_progress"
+                    android:background="@color/bg_home_color" />
+
                 <android.support.v7.widget.RecyclerView
                     android:id="@+id/bar_list_rv"
                     android:layout_width="match_parent"