| | |
| | | tools:context="com.hdl.photovoltaic.ui.StartActivity"> |
| | | |
| | | <TextView |
| | | android:id="@+id/start_tv" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="@dimen/dp_5" |
| | |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintVertical_bias="0.093" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/as_regards_icon_iv" |
| | | android:layout_width="53.5dp" |
| | | android:layout_height="53.5dp" |
| | | android:layout_marginTop="@dimen/dp_29" |
| | | android:src="@drawable/logo" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/start_tv" /> |
| | | |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |