【发布时间】:2013-01-07 15:29:18
【问题描述】:
在一个 iOS 应用上我看到了这样一个 Button:
我想在 Android 中做同样的事情,我怎么能做到这一点? 我尝试的是以下代码:
<Button
android:id="@+id/widget41"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="5dp"
android:layout_marginRight="5dp"
android:text="Email1 testmail@gmail.com"
android:textStyle="bold" />
看起来像这样:
嗯,只是一个普通的(丑陋的)按钮。我不知道,我怎么能像在 iOS 中那样设计它。任何建议或链接将不胜感激!
【问题讨论】:
-
我没有 iOS App 开发经验,所以你知道 Android 是什么吗?
-
有点谷歌搜索给了我这个; docs.xamarin.com/android/Recipes/Resources/General/…
标签: android button styles xamarin.android