调整视频播放器3

This commit is contained in:
2023-01-09 13:26:32 +08:00
parent eaae58db31
commit bacf4fd32f
3 changed files with 23 additions and 9 deletions

View File

@@ -78,6 +78,7 @@ public class DialogUitl {
if (!TextUtils.isEmpty(content)) {
TextView titleView = (TextView) dialog.findViewById(R.id.text);
if (titleView != null) {
titleView.setGravity(Gravity.CENTER);
titleView.setText(content);
}
}