随笔分类 - androidUI
button点击效果
摘要:<Button android:text="送快递放假" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="?android:attr/selectableItem
阅读全文
BottomNavigationView和Tablayout(3)
摘要:在上一篇的单个fragment中添加tablayout <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" an
阅读全文
BottomNavigationView(2)和viewpage组合
摘要:implementation 'com.google.android.material:material:1.2.1' <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.c
阅读全文
BottomNavigationView(1)
摘要:implementation 'com.google.android.material:material:1.2.1' <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.c
阅读全文
viewpager欢迎页面底部点的滑动效果
摘要:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <
阅读全文
viewpage和tablayout导航栏
摘要:引入material库: implementation 'com.google.android.material:material:1.2.1' <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://sc
阅读全文
viewpage轮播图
摘要:<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/ap
阅读全文
ViewStub
摘要:<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schem
阅读全文
viewpage启动页
摘要:<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/ap
阅读全文
recyclerView使用
摘要:public class RecyclerViewAdapter extends RecyclerView.Adapter<RecyclerViewAdapter.MyHolder> { private List<Device> list; private OnItemClickListen onI
阅读全文
浙公网安备 33010602011771号