Top丶富
Top丶富
为什么第一进入界面不显示水印,第二次才显示出来? WatermarkText watermarkText = new WatermarkText(text) .setPositionX(0.5) .setPositionY(0.5) .setTextAlpha(80) .setTextColor(getResources().getColor(R.color.color_FFFFFF)) // .setTextFont(R.font.champagne) .setTextShadow(0.1f, 5, 5, getResources().getColor(R.color.color_5052c3)); WatermarkBuilder.create(getContext(), mImgBottom) .setTileMode(true) .loadWatermarkText(watermarkText) .getWatermark() .setToImageView(mImgBottom);
请问下字体的需要怎么整 有没有什么建议? 能够支持以下两种场景: 1、如果存在选中的文本,则只更改选中的部分; 2、如果未选择文本,则更改全部内容。
## Look at here - → Did you conform to the [Rules](https://github.com/JessYanCoding/MVPArms/issues/150)? - → Did you read the [Wiki](https://github.com/JessYanCoding/MVPArms/wiki) **Carefully**? - → Did you search in Google? - → Did...
当我设置了存储路径后,app报错日志如下: 2021-09-03 11:10:53.194 25440-25488/org.litepal.litepalsample E/SQLiteLog: (14) cannot open file at line 38589 of [b2325a6e1c] 2021-09-03 11:10:53.194 25440-25488/org.litepal.litepalsample E/SQLiteLog: (14) os_unix.c:38589: (2) open(/storage/emulated/0/.Sample/cache/databases/sample.db) - 2021-09-03 11:10:53.207 25440-25488/org.litepal.litepalsample E/SQLiteDatabase: Failed to open...
如果登录的界面不是activity,而是dialog或者是popup呢?该怎么处理呢?