Google地图应用中的编辑框

时间:2013-12-06 03:07:10

标签: android google-maps

我想在Android中实现类似于Google Maps App的编辑框。我已经实现了编辑框,然后是Google Map V2。问题是我没有得到与谷歌地图类似的编辑框样式。它们完全不同:(

enter image description here

我正在使用Api 14及以上版本来测试我的应用程序...是否可以实现与Google Map Android App中显示的相同的样式?

等待您的回复!

谢谢!

1 个答案:

答案 0 :(得分:1)

为实现此目的,您必须创建自定义EditText, 检查这些链接:

  

1)   Android: Custom EditText layout with XML

     

2)   http://alinberce.wordpress.com/2012/02/20/android-edittext-with-custom-font-and-clear-button/