调整视频播放器3
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user