mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-09 18:45:40 +00:00
Fix games being invisible in the game list on non-TV devices
This commit is contained in:
parent
b0acf1bf8f
commit
01b8a937ff
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
|
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="0dp"
|
android:layout_width="match_parent"
|
||||||
tools:layout_width="224dp"
|
tools:layout_width="224dp"
|
||||||
android:layout_height="256dp"
|
android:layout_height="256dp"
|
||||||
android:transitionName="card_game"
|
android:transitionName="card_game"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user