Home | History | Annotate | Download | only in widget

Lines Matching refs:marginBottom

223         final int marginBottom = a.getDimensionPixelOffset(R.styleable.Toolbar_titleMarginBottom,
225 if (marginBottom >= 0) {
226 mTitleMarginBottom = marginBottom;