<ImageView
android:id="@+id/header"
android:layout_width="67dp"
android:layout_height="104dp"
app:layout_constraintBottom_toBottomOf="@+id/imageView"
app:layout_constraintEnd_toEndOf="@+id/imageView"
app:layout_constraintHorizontal_bias="0.623"
app:layout_constraintStart_toStartOf="@+id/imageView"
app:layout_constraintTop_toTopOf="@+id/imageView"
app:layout_constraintVertical_bias="0.362"
app:srcCompat="@drawable/your_app_logo" />
res/values/styles.xml
<style name="RedAccent" parent="ThemeOverlay.AppCompat.Light">
<item name="colorAccent">#0E0D0D</item>
<item name="colorControlActivated">#FFFCFC</item>
</style>
- You can download or import this project on Android Studio to see how it's work...
- Fork the project.
- Make required changes and commit.
- Generate pull request. Mention all the required description regarding changes you made.
Ping me on Linked_In Samran Tariq
Best Of Luck