Untitled
unknown
plain_text
2 years ago
33 kB
5
Indexable
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" xmlns:app="http://schemas.android.com/apk/res-auto" tools:context=".Saved"> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:layout_marginStart="30dp"> <LinearLayout android:layout_width="match_parent" android:layout_height="55dp" android:orientation="horizontal" android:layout_marginTop="10dp" > <TextView android:id="@+id/text_Saved" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="15dp" android:layout_marginLeft="130dp" android:fontFamily="@font/raleway_semibold" android:text="Saved" android:textColor="@color/black" android:textSize="25dp" /> <ImageView android:id="@+id/imageView1" android:layout_marginLeft="50dp" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_gravity="end" android:src="@drawable/filter_icon" /> <ImageView android:id="@+id/imageView2" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_marginLeft="10dp" android:src="@drawable/edit_icon" /> </LinearLayout> <HorizontalScrollView android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="20dp" android:scrollbars="none"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal"> <androidx.cardview.widget.CardView android:id="@+id/card_view20" android:layout_width="100dp" android:layout_height="26dp" android:layout_gravity="bottom" app:cardBackgroundColor="@color/gray2" app:cardCornerRadius="15dp"> <TextView android:id="@+id/text_Category" android:layout_width="66dp" android:layout_height="20dp" android:layout_marginTop="4dp" android:layout_marginLeft="17dp" android:fontFamily="@font/raleway_semibold" android:text="Category" android:textSize="15dp" /> </androidx.cardview.widget.CardView> <androidx.cardview.widget.CardView android:id="@+id/card_view21" android:layout_width="100dp" android:layout_height="26dp" android:layout_marginLeft="10dp" android:layout_gravity="bottom" app:cardBackgroundColor="@color/gray2" app:cardCornerRadius="15dp"> <TextView android:id="@+id/text_Category2" android:layout_width="66dp" android:layout_height="20dp" android:layout_marginTop="4dp" android:layout_marginLeft="17dp" android:fontFamily="@font/raleway_semibold" android:text="Category" android:textSize="15dp" /> </androidx.cardview.widget.CardView> <androidx.cardview.widget.CardView android:id="@+id/card_view22" android:layout_width="100dp" android:layout_height="26dp" android:layout_marginLeft="10dp" android:layout_gravity="bottom" app:cardBackgroundColor="@color/gray2" app:cardCornerRadius="15dp"> <TextView android:id="@+id/text_Category3" android:layout_width="66dp" android:layout_height="20dp" android:layout_marginTop="4dp" android:layout_marginLeft="17dp" android:fontFamily="@font/raleway_semibold" android:text="Category" android:textSize="15dp" /> </androidx.cardview.widget.CardView> <androidx.cardview.widget.CardView android:id="@+id/card_view23" android:layout_width="100dp" android:layout_height="26dp" android:layout_marginLeft="10dp" android:layout_gravity="bottom" app:cardBackgroundColor="@color/gray2" app:cardCornerRadius="15dp"> <TextView android:id="@+id/text_Category4" android:layout_width="66dp" android:layout_height="20dp" android:layout_marginTop="4dp" android:layout_marginLeft="17dp" android:fontFamily="@font/raleway_semibold" android:text="Category" android:textSize="15dp" /> </androidx.cardview.widget.CardView> </LinearLayout> </HorizontalScrollView> <ScrollView android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="20dp" android:scrollbars="none"> <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginTop="21dp"> <FrameLayout android:id="@+id/frame_view_1" android:layout_width="155dp" android:layout_height="188dp" tools:layout_editor_absoluteY="280dp" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" app:layout_constraintVertical_chainStyle="packed" app:layout_constraintHorizontal_weight="1" app:layout_constraintVertical_weight="1"> <androidx.cardview.widget.CardView android:id="@+id/card_view" android:layout_width="match_parent" android:layout_height="match_parent" app:cardCornerRadius="15dp"> <ImageView android:id="@+id/image_view" android:layout_width="match_parent" android:layout_height="match_parent" android:scaleType="centerCrop" android:src="@drawable/image2" /> </androidx.cardview.widget.CardView> <androidx.cardview.widget.CardView android:id="@+id/card_view2" android:layout_width="match_parent" android:layout_height="68dp" android:layout_gravity="bottom" app:cardBackgroundColor="@color/gray2" app:cardCornerRadius="15dp"> <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" android:layout_height="match_parent"> <TextView android:id="@+id/textoCardView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="11dp" android:layout_marginTop="16dp" app:layout_constraintTop_toTopOf="parent" app:layout_constraintStart_toStartOf="parent" android:text="Restaurant" android:textColor="@color/black" android:textSize="15dp" app:fontFamily="@font/raleway_semibold" /> <TextView android:id="@+id/textoCardView2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="11dp" android:layout_marginTop="3dp" app:layout_constraintTop_toBottomOf="@id/textoCardView" app:layout_constraintStart_toStartOf="parent" android:text="5" android:textColor="@color/black" android:textSize="15dp" app:fontFamily="@font/raleway" /> <TextView android:id="@+id/textoCardView3" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="3dp" app:layout_constraintTop_toBottomOf="@id/textoCardView" app:layout_constraintStart_toEndOf="@id/textoCardView2" android:text="★" android:textColor="@color/star" android:textSize="15dp" /> </androidx.constraintlayout.widget.ConstraintLayout> </androidx.cardview.widget.CardView> </FrameLayout> <FrameLayout android:id="@+id/frame_view_2" android:layout_width="155dp" android:layout_marginLeft="20dp" android:layout_height="188dp" app:layout_constraintStart_toEndOf="@+id/frame_view_1" app:layout_constraintTop_toTopOf="parent" app:layout_constraintVertical_chainStyle="packed" app:layout_constraintHorizontal_weight="1" app:layout_constraintVertical_weight="1"> <androidx.cardview.widget.CardView android:id="@+id/card_view3" android:layout_width="match_parent" android:layout_height="match_parent" app:cardCornerRadius="15dp"> <ImageView android:id="@+id/image_view2" android:layout_width="match_parent" android:layout_height="match_parent" android:scaleType="centerCrop" android:src="@drawable/image4" /> </androidx.cardview.widget.CardView> <androidx.cardview.widget.CardView android:id="@+id/card_view4" android:layout_width="match_parent" android:layout_height="68dp" android:layout_gravity="bottom" app:cardBackgroundColor="@color/gray2" app:cardCornerRadius="15dp"> <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" android:layout_height="match_parent"> <TextView android:id="@+id/textoCardView4" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="11dp" android:layout_marginTop="16dp" app:layout_constraintTop_toTopOf="parent" app:layout_constraintStart_toStartOf="parent" android:text="Restaurant" android:textColor="@color/black" android:textSize="15dp" app:fontFamily="@font/raleway_semibold" /> <TextView android:id="@+id/textoCardView5" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="11dp" android:layout_marginTop="3dp" app:layout_constraintTop_toBottomOf="@id/textoCardView4" app:layout_constraintStart_toStartOf="parent" android:text="5" android:textColor="@color/black" android:textSize="15dp" app:fontFamily="@font/raleway" /> <TextView android:id="@+id/textoCardView6" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="3dp" app:layout_constraintTop_toBottomOf="@id/textoCardView4" app:layout_constraintStart_toEndOf="@id/textoCardView5" android:text="★" android:textColor="@color/star" android:textSize="15dp" /> </androidx.constraintlayout.widget.ConstraintLayout> </androidx.cardview.widget.CardView> </FrameLayout> <!--2a linha--> <FrameLayout android:id="@+id/frame_view_3" android:layout_width="155dp" android:layout_height="188dp" android:layout_marginTop="20dp" app:layout_constraintStart_toStartOf="@+id/frame_view_1" app:layout_constraintTop_toBottomOf="@+id/frame_view_1" app:layout_constraintVertical_chainStyle="packed" app:layout_constraintHorizontal_weight="1" app:layout_constraintVertical_weight="1"> <androidx.cardview.widget.CardView android:id="@+id/card_view5" android:layout_width="match_parent" android:layout_height="match_parent" app:cardCornerRadius="15dp"> <ImageView android:id="@+id/image_view4" android:layout_width="match_parent" android:layout_height="match_parent" android:scaleType="centerCrop" android:src="@drawable/image4" /> </androidx.cardview.widget.CardView> <androidx.cardview.widget.CardView android:id="@+id/card_view6" android:layout_width="match_parent" android:layout_height="68dp" android:layout_gravity="bottom" app:cardBackgroundColor="@color/gray2" app:cardCornerRadius="15dp"> <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" android:layout_height="match_parent"> <TextView android:id="@+id/textoCardView7" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="11dp" android:layout_marginTop="16dp" app:layout_constraintTop_toTopOf="parent" app:layout_constraintStart_toStartOf="parent" android:text="Restaurant" android:textColor="@color/black" android:textSize="15dp" app:fontFamily="@font/raleway_semibold" /> <TextView android:id="@+id/textoCardView8" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="11dp" android:layout_marginTop="3dp" app:layout_constraintTop_toBottomOf="@id/textoCardView7" app:layout_constraintStart_toStartOf="parent" android:text="5" android:textColor="@color/black" android:textSize="15dp" app:fontFamily="@font/raleway" /> <TextView android:id="@+id/textoCardView9" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="3dp" app:layout_constraintTop_toBottomOf="@id/textoCardView7" app:layout_constraintStart_toEndOf="@id/textoCardView8" android:text="★" android:textColor="@color/star" android:textSize="15dp" /> </androidx.constraintlayout.widget.ConstraintLayout> </androidx.cardview.widget.CardView> </FrameLayout> <FrameLayout android:id="@+id/frame_view_4" android:layout_width="155dp" android:layout_height="188dp" android:layout_marginTop="20dp" app:layout_constraintStart_toStartOf="@+id/frame_view_2" app:layout_constraintTop_toBottomOf="@+id/frame_view_2" app:layout_constraintVertical_chainStyle="packed" app:layout_constraintHorizontal_weight="1" app:layout_constraintVertical_weight="1"> <androidx.cardview.widget.CardView android:id="@+id/card_view7" android:layout_width="match_parent" android:layout_height="match_parent" app:cardCornerRadius="15dp"> <ImageView android:id="@+id/image_view5" android:layout_width="match_parent" android:layout_height="match_parent" android:scaleType="centerCrop" android:src="@drawable/image5" /> </androidx.cardview.widget.CardView> <androidx.cardview.widget.CardView android:id="@+id/card_view8" android:layout_width="match_parent" android:layout_height="68dp" android:layout_gravity="bottom" app:cardBackgroundColor="@color/gray2" app:cardCornerRadius="15dp"> <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" android:layout_height="match_parent"> <TextView android:id="@+id/textoCardView10" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="11dp" android:layout_marginTop="16dp" app:layout_constraintTop_toTopOf="parent" app:layout_constraintStart_toStartOf="parent" android:text="Restaurant" android:textColor="@color/black" android:textSize="15dp" app:fontFamily="@font/raleway_semibold" /> <TextView android:id="@+id/textoCardView11" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="11dp" android:layout_marginTop="3dp" app:layout_constraintTop_toBottomOf="@id/textoCardView10" app:layout_constraintStart_toStartOf="parent" android:text="5" android:textColor="@color/black" android:textSize="15dp" app:fontFamily="@font/raleway" /> <TextView android:id="@+id/textoCardView12" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="3dp" app:layout_constraintTop_toBottomOf="@id/textoCardView10" app:layout_constraintStart_toEndOf="@id/textoCardView11" android:text="★" android:textColor="@color/star" android:textSize="15dp" /> </androidx.constraintlayout.widget.ConstraintLayout> </androidx.cardview.widget.CardView> </FrameLayout> <!--3a linha--> <FrameLayout android:id="@+id/frame_view_5" android:layout_width="155dp" android:layout_height="188dp" android:layout_marginTop="20dp" app:layout_constraintStart_toStartOf="@+id/frame_view_3" app:layout_constraintTop_toBottomOf="@+id/frame_view_3" app:layout_constraintVertical_chainStyle="packed" app:layout_constraintHorizontal_weight="1" app:layout_constraintVertical_weight="1"> <androidx.cardview.widget.CardView android:id="@+id/card_view9" android:layout_width="match_parent" android:layout_height="match_parent" app:cardCornerRadius="15dp"> <ImageView android:id="@+id/image_view6" android:layout_width="match_parent" android:layout_height="match_parent" android:scaleType="centerCrop" android:src="@drawable/meat" /> </androidx.cardview.widget.CardView> <androidx.cardview.widget.CardView android:id="@+id/card_view10" android:layout_width="match_parent" android:layout_height="68dp" android:layout_gravity="bottom" app:cardBackgroundColor="@color/gray2" app:cardCornerRadius="15dp"> <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" android:layout_height="match_parent"> <TextView android:id="@+id/textoCardView13" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="11dp" android:layout_marginTop="16dp" app:layout_constraintTop_toTopOf="parent" app:layout_constraintStart_toStartOf="parent" android:text="Restaurant" android:textColor="@color/black" android:textSize="15dp" app:fontFamily="@font/raleway_semibold" /> <TextView android:id="@+id/textoCardView14" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="11dp" android:layout_marginTop="3dp" app:layout_constraintTop_toBottomOf="@id/textoCardView13" app:layout_constraintStart_toStartOf="parent" android:text="5" android:textColor="@color/black" android:textSize="15dp" app:fontFamily="@font/raleway" /> <TextView android:id="@+id/textoCardView15" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="3dp" app:layout_constraintTop_toBottomOf="@id/textoCardView13" app:layout_constraintStart_toEndOf="@id/textoCardView14" android:text="★" android:textColor="@color/star" android:textSize="15dp" /> </androidx.constraintlayout.widget.ConstraintLayout> </androidx.cardview.widget.CardView> </FrameLayout> <FrameLayout android:id="@+id/frame_view_6" android:layout_width="155dp" android:layout_height="188dp" android:layout_marginTop="20dp" app:layout_constraintStart_toStartOf="@+id/frame_view_4" app:layout_constraintTop_toBottomOf="@+id/frame_view_4" app:layout_constraintVertical_chainStyle="packed" app:layout_constraintHorizontal_weight="1" app:layout_constraintVertical_weight="1"> <androidx.cardview.widget.CardView android:id="@+id/card_view11" android:layout_width="match_parent" android:layout_height="match_parent" app:cardCornerRadius="15dp"> <ImageView android:id="@+id/image_view7" android:layout_width="match_parent" android:layout_height="match_parent" android:scaleType="centerCrop" android:src="@drawable/burguer" /> </androidx.cardview.widget.CardView> <androidx.cardview.widget.CardView android:id="@+id/card_view12" android:layout_width="match_parent" android:layout_height="68dp" android:layout_gravity="bottom" app:cardBackgroundColor="@color/gray2" app:cardCornerRadius="15dp"> <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" android:layout_height="match_parent"> <TextView android:id="@+id/textoCardView16" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="11dp" android:layout_marginTop="16dp" app:layout_constraintTop_toTopOf="parent" app:layout_constraintStart_toStartOf="parent" android:text="Restaurant" android:textColor="@color/black" android:textSize="15dp" app:fontFamily="@font/raleway_semibold" /> <TextView android:id="@+id/textoCardView17" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="11dp" android:layout_marginTop="3dp" app:layout_constraintTop_toBottomOf="@id/textoCardView16" app:layout_constraintStart_toStartOf="parent" android:text="5" android:textColor="@color/black" android:textSize="15dp" app:fontFamily="@font/raleway" /> <TextView android:id="@+id/textoCardView18" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="3dp" app:layout_constraintTop_toBottomOf="@id/textoCardView16" app:layout_constraintStart_toEndOf="@id/textoCardView17" android:text="★" android:textColor="@color/star" android:textSize="15dp" /> </androidx.constraintlayout.widget.ConstraintLayout> </androidx.cardview.widget.CardView> </FrameLayout> </androidx.constraintlayout.widget.ConstraintLayout> </ScrollView> </LinearLayout> </FrameLayout>
Editor is loading...