예제 #1
0
 @Override
 public void setPadding(int left, int top, int right, int bottom) {
   if (bottom < mMinPaddingBottom) {
     bottom = mMinPaddingBottom;
   }
   super.setPadding(left, top, right, bottom);
 }