Android: Remove version from toolbar in game list
Not enough space to show it in portrait mode anyway.
This commit is contained in:
BIN
android/app/src/main/res/drawable/duck.png
Normal file
BIN
android/app/src/main/res/drawable/duck.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
@ -18,9 +18,10 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/imageView2"
|
||||
android:layout_width="64dp"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="match_parent"
|
||||
app:srcCompat="@mipmap/ic_launcher_foreground" />
|
||||
android:layout_marginStart="16dp"
|
||||
app:srcCompat="@drawable/duck" />
|
||||
|
||||
<androidx.appcompat.widget.Toolbar
|
||||
android:id="@+id/toolbar"
|
||||
|
||||
Reference in New Issue
Block a user