Android: Remove version from toolbar in game list

Not enough space to show it in portrait mode anyway.
This commit is contained in:
Connor McLaughlin
2021-03-21 01:17:09 +10:00
parent 02e8c7de58
commit f68836206b
3 changed files with 3 additions and 12 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -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"