[taxi statusbar logo]
This commit is contained in:
yangyakun
2023-07-27 20:27:16 +08:00
parent 164394e727
commit 49a51d12e3
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@@ -52,5 +52,14 @@
android:layout_width="@dimen/dp_92"
android:layout_height="match_parent"/>
<androidx.appcompat.widget.AppCompatImageView
android:src="@drawable/taxi_p_mogo_logo"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_width="@dimen/dp_255"
android:layout_height="@dimen/dp_58"/>
</androidx.constraintlayout.widget.ConstraintLayout>