Innopolis University DevOps Playground
Skip to content
Snippets Groups Projects
Commit 70e3e550 authored by anyar's avatar anyar
Browse files

Merge remote-tracking branch 'origin/main'

parents 9d410b7d 1a3137aa
No related branches found
No related tags found
No related merge requests found
Pipeline #3629 passed
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout 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"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/screen_background">
......@@ -61,15 +62,31 @@
app:layout_constraintTop_toTopOf="@+id/rectangle_text_advice"
app:layout_constraintVertical_bias="0.05" />
<ImageView
android:id="@+id/imageView"
android:layout_width="311dp"
android:layout_height="200dp"
<androidx.cardview.widget.CardView
android:layout_width="wrap_content"
android:layout_height="183dp"
android:layout_marginBottom="20dp"
android:elevation="0dp"
app:cardBackgroundColor="#E6E1D8"
app:cardCornerRadius="15dp"
app:layout_constraintBottom_toBottomOf="@+id/rectangle_text_advice"
app:layout_constraintEnd_toEndOf="@+id/rectangle_text_advice"
app:layout_constraintStart_toStartOf="@+id/rectangle_text_advice"
app:layout_constraintTop_toBottomOf="@+id/textView"
/>
app:layout_constraintVertical_bias="0.909">
<ImageView
android:id="@+id/imageView"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:importantForAccessibility="no"
app:layout_constraintBottom_toBottomOf="@+id/rectangle_text_advice"
app:layout_constraintEnd_toEndOf="@+id/rectangle_text_advice"
app:layout_constraintStart_toStartOf="@+id/rectangle_text_advice"
app:layout_constraintTop_toBottomOf="@+id/textView" />
</androidx.cardview.widget.CardView>
<Button
android:id="@+id/button_home_advice"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment