要解决AlertDialog中TextInputLayout的右边框被裁剪的问题,可以尝试以下方法:
AlertDialog.Builder builder = new AlertDialog.Builder(context, R.style.MyAlertDialogTheme);
请确保在styles.xml文件中定义了MyAlertDialogTheme主题。
以上方法应该能够解决AlertDialog中TextInputLayout右边框被裁剪的问题。