其他分享
首页 > 其他分享> > Android AppWidgets是否限于特定大小?

Android AppWidgets是否限于特定大小?

作者:互联网

我正在将Android AppWidget放在主屏幕上.

用户的主屏幕空间很宝贵,因此我希望小部件很小.理想的大小是2×1单元.

> Some documentation建议您可以选择任何尺寸?
>但是AppWidget graphical design guidelines imply仅支持标准尺寸:4×1、3×3、2×2.

>是指可用的PhotoShop模板还是Android本身的限制?

>我发现2×1小部件可以在我的实际设备(HTC Wildfire)上运行,但在模拟器上扩展为2×2.

> HTC有自己的special implementation of the home screen,所以也许我的小部件只能在HTC设备上以2×1运行?

有什么方法可以创建2×1小部件,还是应该使用标准尺寸?

我的窗口小部件改编自Simple Wiktionary示例.

> The manifest具有android:minWidth =“ 146dip”和android:minHeight =“ 72dip”.
>有a RelativeLayout with android:layout_width =“ fill_parent”和android:layout_height =“ wrap_content”

我只是从Android开始,所以如果这是一个愚蠢的问题,请提前道歉.

标签:android-appwidget,android
来源: https://codeday.me/bug/20191105/1997859.html