在 iOS 应用程序上,我看到了这样一个按钮:
我想在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 中那样设计它。任何建议或链接将不胜感激!