Ver código fonte

home page layout tune up

billyyoyo 6 anos atrás
pai
commit
adf74257ab
1 arquivos alterados com 6 adições e 0 exclusões
  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"