简体   繁体   English

android tv中应用程序图标未完全显示

[英]The application icon is not fully displayed in android tv

I have an app directed to android tv, using flutter to develop this app, and I want to change app banner.我有一个指向 android 电视的应用程序,使用 flutter 开发此应用程序,我想更改应用程序横幅。

The problem:问题:

The banner doesn't fill the rectangle横幅未填充矩形

在此处输入图像描述

What I tried:我尝试了什么:

I add banner to application tag in AndroidManifest like this:我将banner添加到AndroidManifest中的application标签,如下所示:

 <application android:label="test" android:icon="@drawable/banner" android:banner="@drawable/banner" >

How to solve this problem?如何解决这个问题呢?

Please check your banner size.请检查您的横幅尺寸。 The banner should be an xhdpi resource with a size of 320 x 180 px.横幅应该是大小为 320 x 180 像素的 xhdpi 资源。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM