feat historical #refs 7168
This commit is contained in:
parent
78f225ffa9
commit
ebb0e6bc31
|
@ -88,6 +88,17 @@
|
|||
android:clipToPadding="false"
|
||||
android:visibility="visible"
|
||||
tools:listitem="@layout/item_shelvinglog_row" />
|
||||
<Button
|
||||
android:id="@+id/load_more_button"
|
||||
android:layout_width="200dp"
|
||||
android:layout_height="40dp"
|
||||
android:text="Cargar más resultados"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:background="@color/verdnatura_orange_salix"
|
||||
android:textColor="@color/verdnatura_white"
|
||||
android:layout_below="@id/itemshelvinglog_recyclerview"
|
||||
android:layout_marginTop="16dp"
|
||||
android:visibility="gone" />
|
||||
</RelativeLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Reference in New Issue