1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-10 15:14:28 +02:00

#15 add banner for Android TV / Nvidia Shield

This commit is contained in:
XProger
2019-02-21 01:26:37 +03:00
parent a8ec6cc511
commit 8bd269fba2
2 changed files with 4 additions and 1 deletions

View File

@@ -17,7 +17,9 @@
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name">
android:label="@string/app_name"
android:banner="@drawable/banner"
android:isGame="true">
<activity
android:name=".MainActivity"
android:label="@string/app_name"
@@ -25,6 +27,7 @@
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
</intent-filter>
</activity>
</application>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB