Explorar el Código

home page layout tune up

billyyoyo hace 6 años
padre
commit
adf74257ab
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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"