[android] fix preview in android studio for opening_hours fragment

Signed-off-by: Harry Bond <me@hbond.xyz>
This commit is contained in:
Harry Bond
2025-08-23 22:40:39 +01:00
committed by x7z4w
parent 6c75604c38
commit ef9f4ceb1e

View File

@@ -3,6 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:visibility="visible"
style="@style/PlacePageItemFrame">
<com.google.android.material.imageview.ShapeableImageView
@@ -58,6 +59,8 @@
android:layout_alignStart="@id/oh_nonbusiness_time"
android:layout_below="@id/oh_nonbusiness_time"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
tools:itemCount="3"
tools:listitem="@layout/place_page_opening_hours_item"
android:layout_marginTop="8dp"/>
</RelativeLayout>