[置顶] [Android Studio] 如何在Button控件中实现包边效果

摘要: <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" android:layout_marginTop="669dp" 阅读全文

posted @ 2021-07-08 11:54 ECHOVE 阅读(336) 评论(0) 推荐(0) 编辑

2021年9月28日

Android studio Button半透明实现

摘要: 实现button背景的半透明化 <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schem 阅读全文

posted @ 2021-09-28 14:21 ECHOVE 阅读(564) 评论(0) 推荐(0) 编辑

2021年7月8日

[Android Studio] 如何在Button控件的文本下添加下划线

摘要: 第一种: 在LinearLayout线性布局中设置两个Button控件即可。 代码如下: <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/and 阅读全文

posted @ 2021-07-08 12:01 ECHOVE 阅读(1178) 评论(0) 推荐(0) 编辑

导航