简体   繁体   English

如何让我的应用看起来像一个标准的Android应用程序?

[英]How do I make my app look like a standard Android app?

I notice that most android apps have some sort of standard in that they all look similar. 我注意到,大多数android应用程序都具有某种相似的标准,因为它们看起来都很相似。 Most of them have some sort of list of Text that are click-able. 他们中的大多数都有某种可点击的文本列表。 It's somewhat hard to explain but they look really nice and I was wondering is there some sort of tool or api that allows me to change the look of an app to make it similar? 有点难以解释,但它们看起来真的很好,我想知道是否有某种工具或API可以让我更改应用程序的外观以使其相似? Or do I have to specifically specify the different fonts and different graphics? 或者我是否必须专门指定不同的字体和不同的图形? Like this: 像这样:

http://www.androidandme.com/wp-content/uploads/2009/03/tmobapp1.png http://www.androidandme.com/wp-content/uploads/2009/03/tmobapp1.png

I am new to Android programming so sorry if this sounds like a dumb question. 我是Android编程的新手,如果这听起来像是一个愚蠢的问题,敬请原谅。 Thank you. 谢谢。

You can start by reading up on the UI design guidelines provided by google: 您可以从阅读谷歌提供的UI设计指南开始:

http://developer.android.com/guide/practices/ui_guidelines/index.html http://developer.android.com/guide/practices/ui_guidelines/index.html

They are simply using the same standard Android UI elements provided to them via the framework. 他们只是使用通过框架提供给他们的相同标准Android UI元素。 These views are readily available for you to use in Android. 您可以在Android中轻松使用这些视图。 You can see some examples here . 你可以在这里看到一些例子

In the case of your image example, they are using a TabWidget and a ListView . 对于您的图像示例,他们使用TabWidgetListView

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

相关问题 如何使ListViewItem看起来像Twitter应用程序? - How can I make my ListViewItem look like the Twitter app? 如何使ListView行看起来像Twitter应用程序的[截屏]? - How can I make my ListView row look like the Twitter app [Screenshot]? 如何让我的Android应用生成随机数? - How do I make my Android app generate a random number? 我该怎么做才能使我的android活动设计更像此应用程序屏幕截图图像? - What could I do to make my android activity design more like this app screenshot image? 如何使我的Android SwipeableCardViews更像IOS 7邮件应用程序(滑动以显示按钮) - How can I make my Android SwipeableCardViews more like the IOS 7 mail app (swipe to show buttons) 如何让我的应用程序出现在app chooser中? - How do I make my app appear in app chooser? 我如何使我的答案看起来像[z1,z2…] - How do i make my answer look like [z1, z2 …] 如何将我的Android应用程序链接到另一个内置应用程序(例如Google Maps)? - How do i link my android app to another built in application like google maps? 如何使应用程序在所有设备上看起来都一样 (android) - How to make a app scale the look the same on all devices (android) 如何使PhoneGap Android APP适应所有设备? - How do I make my PhoneGap Android APP fit all devices?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM