| | |
| | | android:id="@+id/iv_sunshine" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent"/> |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/iv_water_anim" |
| | | android:layout_marginTop="110dp" |
| | | android:layout_marginEnd="50dp" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent"/> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | android:paddingBottom="150dp" |
| | | app:layout_constraintBottom_toBottomOf="@id/player"/> |
| | | |
| | | |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/iv_water_anim" |
| | | android:layout_marginEnd="30dp" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | android:layout_marginBottom="200dp" |
| | | app:layout_constraintBottom_toBottomOf="@id/iv_tree"/> |
| | | |
| | | <TextView |
| | | android:layout_width="164dp" |
| | | android:layout_height="wrap_content" |