Vincent Tsao's Library tagged → View Popular, Search in Google
-
Part of my presentation about building Custom UI Components at Android Only 2011.
-
<!-- Variation on the Light theme that turns off the title -->
<style name="Theme.IOSched" parent="android:style/Theme.Light">
<item name="android:windowNoTitle">true</item>
<item name="android:windowContentOverlay">@null</item>
</style> -
The
android:windowContentOverlayis your shadow, and setting it to@nullin your theme will eliminate it. You can see this in action in the Google I|O 2010 conference app, which uses many of the same UI conventions as does the new Twitter app. However, right now, the Twitter app has not yet been open-sourced, which is why I point you to the I|O app. The code fragment above is from that app'sstyles.xmlresource.
Jan
19
2011
-
- containing several
ActionBaritems (similar to buttons) - being styled so that the general look’n'feel of the application is in accordance with the underlying brand/visual identity
- containing a title to show the user a summary of the screen content
- featuring several user interaction pattern.
The concept of
ActionBarhas been introduced with the Twitter application for Android. More recently, we have seen this widget in the Google I/O 2010 schedule application. To sum up, anActionBarcan be considered as an advanced title bar that is capable of: - containing several
-
This is androidpatterns.com, a set of interaction patterns that can help you design Android apps. An interaction pattern is a short hand summary of a design solution that has proven to work more than once. Please be inspired: use them as a guide, not as a law.
Jul
28
2010
-
当我看到iPhone OS的记事本UI的时候,"触不到的按钮"又出现在眼前。那个“+”的位置和MS的机器差不多,稍微大点也十分有限
- 5 more annotation(s)...
-
-
-
-
Jun
22
2010
-
Additionally, you can feel free to use the Search bar selection mechanism as a replacement for tabs since it’s really just a fast pivot on a data set. If you have more than 3 data sets, tabs become problematic since no more than 3 can be onscreen at once. For example, look at how we implemented the Profile switching mechanism below:
- 5 more annotation(s)...
-
-
-
-
May
22
2010
-

-
注意你的视线的第一落点 – 打开网站,但在网站没有完全加载完成前不要睁开眼睛。 而当你睁开眼睛时首先看到的是什么?它是否立即告诉了你这个网页关于什么的?还是你需要再花几分钟的浏览才能搞清楚它的内容?
- 9 more annotation(s)...
Mar
1
2010
-
还记得英语考试里的填空题吧? 在考场以外,貌似填空这种模式比整齐划一的表格更让人感到亲切。
今天@lukewdesign在网站上发表了一篇短文,解释了一下填空模式表格的实验,初步发现转化率提高了25-40%,可以说是非常显著。
看了图就明白了,这个界面是与汽车经纪联系,询问汽车记录的页面。比较左面与右面的两幅图,我似乎能感觉到左面的图是冷的,右面的图是热的。
-

- 2 more annotation(s)...
Selected Tags
Related Tags
Top Contributors
Groups interested in UI
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo





