feat: refs#6861 reservas

This commit is contained in:
Sergio De la torre 2025-02-28 09:18:06 +01:00
parent c3ea43e7e1
commit f9e19bb9ca
1 changed files with 13 additions and 13 deletions
app/src/main/res/layout

View File

@ -66,7 +66,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="center"
android:text="@string/Fecha"
android:text="@string/date"
android:textColor="@color/verdnatura_white"
android:textSize="@dimen/body2" />
@ -90,21 +90,21 @@
</LinearLayout>
<RelativeLayout
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:descendantFocusability="blocksDescendants">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/itemexpeditionstate_recyclerview"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:descendantFocusability="blocksDescendants">
android:clipToPadding="false"
android:visibility="visible"
tools:listitem="@layout/item_expeditionstate_row" />
</RelativeLayout>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/itemexpeditionstate_recyclerview"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clipToPadding="false"
android:visibility="visible"
tools:listitem="@layout/item_expeditionstate_row" />
</RelativeLayout>
</LinearLayout>
</LinearLayout>
</ScrollView>