saiwu-bigkoo / Android-AlertView

仿iOS的AlertViewController
1.39k stars 366 forks source link

建议 #10

Closed lufan123 closed 8 years ago

lufan123 commented 8 years ago

建议在list的adapter里面加一句话 if (position == 0){ view.findViewById(R.id.alert_line).setVisibility(View.GONE); } 不然在没有title也没有msg的情况下,会出现最上面一个button多一条横线的问题