简体   繁体   English

先前的Android版本上的IC功能

[英]Ics features on the previous android versions

I'm working on a project should have an ICS-ish design with the UI elements presented on these mockups: 我正在研究的项目应具有ICS式设计,并在这些模型上提供UI元素:

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

The thing is that minSDK requirement is API 7. What would be the best way to approach it? 问题是minSDK要求是API7。什么是最好的方法?

You can customize to get all of those UI elements and it's probably the best way to do it in this case. 您可以自定义以获取所有这些UI元素,在这种情况下,这可能是最好的方法。

Check out ActionBarSherlock, it's gonna help you with design 1-4. 查看ActionBarSherlock,它将帮助您设计1-4。

For the last two you simply customize the theme to show the images that you wanted. 对于最后两个,您只需自定义主题即可显示所需的图像。 The Spinner design is going to be tricky I reckon since the selection in pre-honeycomb presents as a dialog and used up full screen. 我认为Spinner的设计将非常棘手,因为蜂窝前的选择显示为对话框,并且全屏显示已用尽。 It's possible, but I just don't know the best way to do it yet. 有可能,但是我只是不知道最好的方法。

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

相关问题 ICS(例如Android先前版本中的Spinner) - ICS like spinner in previous versions of android Android ICS中的默认复选框样式与以前的版本不同 - Default Checkbox style in Android ICS is different from previous versions 为什么服务会在ICS上销毁,而在以前的版本上销毁? - Why does the service destroy on ICS but not previous versions? 渐变兼容性问题 - ICS默认的颜色比以前的所有Android版本都少 - Gradient compatibility issue - ICS defaults to fewer colors than all the previous versions of Android Android ICS 小部件(开关)和旧版本 - Android ICS widgets (switch) and older versions ActionBarSherlock片段选项卡在非ICS版本的Android中看起来不同 - ActionBarSherlock Fragments Tabs Looks Different in non-ICS versions of Android ActionBarSherlock getCustomView()在ICS之前的Android版本上返回null - ActionBarSherlock getCustomView() return null on pre ICS android versions 是否可以在较旧的Android版本上使用ICS的本机库? - Is it possible to use native libraries from ICS on older Android versions? 可以在旧版本上使用Android 4功能吗? - Is it possible to use Android 4 features on older versions? Android O是否与旧版Android向后兼容? - Is Android O backward compatible with previous versions of Android?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM