feat: add Kirby icon
This commit is contained in:
BIN
app/src/main/res/drawable/_14_3147880_kirby_kirby_pixel_art.png
Normal file
BIN
app/src/main/res/drawable/_14_3147880_kirby_kirby_pixel_art.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user