feat: add Kirby icon

This commit is contained in:
Fabian Christoffel
2023-06-26 14:13:22 +02:00
parent 23b0f52fa1
commit a595756799
2 changed files with 15 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@@ -21,15 +21,28 @@
android:layout_height="50dp"
app:layout_constraintTop_toTopOf="parent">
<ImageView
android:id="@+id/kirby_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:scaleX="0.7"
android:scaleY="0.7"
android:translationX="-6dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/_14_3147880_kirby_kirby_pixel_art" />
<TextView
android:id="@+id/device_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="18sp"
android:textStyle="bold"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@id/kirby_icon"
app:layout_constraintTop_toTopOf="parent"
tools:text="Device Name" />
<com.google.android.material.button.MaterialButton