Browse Source

Merge branch 'master' of https://github.com/koro666/transdroid into leanback

pull/406/head
Eric Kok 7 years ago
parent
commit
f1db773ed4
  1. BIN
      app/src/full/res/drawable-xhdpi/banner.png
  2. BIN
      app/src/lite/res/drawable-xhdpi/banner.png
  3. 6
      app/src/main/AndroidManifest.xml

BIN
app/src/full/res/drawable-xhdpi/banner.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
app/src/lite/res/drawable-xhdpi/banner.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

6
app/src/main/AndroidManifest.xml

@ -39,10 +39,15 @@
android:name="android.hardware.touchscreen" android:name="android.hardware.touchscreen"
android:required="false" /> android:required="false" />
<uses-feature
android:name="android.software.leanback"
android:required="false" />
<application <application
android:allowBackup="true" android:allowBackup="true"
android:hardwareAccelerated="true" android:hardwareAccelerated="true"
android:icon="@drawable/ic_launcher" android:icon="@drawable/ic_launcher"
android:banner="@drawable/banner"
android:label="@string/app_name" android:label="@string/app_name"
android:theme="@style/Theme.AppCompat" > android:theme="@style/Theme.AppCompat" >
@ -58,6 +63,7 @@
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" /> <category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
</intent-filter> </intent-filter>
<intent-filter> <intent-filter>
<action android:name="android.intent.action.SEARCH" /> <action android:name="android.intent.action.SEARCH" />

Loading…
Cancel
Save