今天复习了listview控件的用法。 1.activity_main.xml 中的代码,如下: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/re ...
分类:
其他好文 时间:
2021-03-18 14:30:14
阅读次数:
0
在gradle里设置databinding dataBinding{ enabled = true}在布局文件里 <?xml version="1.0" encoding="utf-8"?><layout xmlns:android="http://schemas.android.com/apk/r ...
分类:
移动开发 时间:
2021-03-18 13:59:30
阅读次数:
0
针对Android 7.0及以上版本的系统,不信任用户添加的证书,无法抓HTTPS包问题的解决方法。 1、无需root,使用XPosed框架+JustTrustMe :https://www.cnblogs.com/xiaochao-testing/p/13985602.html 2、在APK包可以 ...
分类:
移动开发 时间:
2021-03-17 14:27:54
阅读次数:
0
水平虚线 shape: line-horizontal.xml <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape ...
分类:
移动开发 时间:
2021-03-09 13:55:09
阅读次数:
0
1、出现如下报错:No cached version of org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.50 available for offline mode. 修改方法:如下图不要被选中就可以了 2、gradle版本与tool是一一对应的 #Tue ...
分类:
移动开发 时间:
2021-03-04 13:35:46
阅读次数:
0
1. 简单封装使用 创建一个request组件来定义全局url import axios from 'axios'; export const newVar = axios.create({ baseURL:"http://127.0.0.1:8080", timeout: 5000 }) 切记这里 ...
分类:
移动开发 时间:
2021-02-23 14:10:47
阅读次数:
0
准备2张图片用于替换选中和未选中时的样式 drawable下准备两个对应的layer-list btn_radio_on.xml <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item android ...
分类:
移动开发 时间:
2021-02-22 12:40:31
阅读次数:
0
2021年2月18日: chartfrag_lv.xml: <?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android ...
分类:
其他好文 时间:
2021-02-19 13:53:16
阅读次数:
0
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_ ...
分类:
其他好文 时间:
2021-01-21 10:51:22
阅读次数:
0
1. 修改alpine镜像中的默认源地址信息 $ docker run -it alpine / # cd /etc/apk/ /etc/apk # sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositori ...
分类:
其他好文 时间:
2021-01-13 11:23:55
阅读次数:
0