File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
packages/google_mobile_ads/android/src/main/res/layout Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 200200 android : id =" @+id/body"
201201 android : maxLength =" 90"
202202 android : maxLines =" 2"
203+ android : ellipsize =" end"
203204 app : layout_constraintBottom_toTopOf =" @+id/cta"
204205 app : layout_constraintEnd_toEndOf =" parent"
205206 app : layout_constraintStart_toStartOf =" parent"
206207 app : layout_constraintTop_toBottomOf =" @id/middle"
208+ app : layout_constraintHeight_max =" 50dp"
207209 android : paddingStart =" @dimen/gnt_default_margin"
208210 android : layout_marginBottom =" @dimen/gnt_small_margin"
209211 />
210212 <androidx .appcompat.widget.AppCompatButton
211213 android : id =" @+id/cta"
212214 android : layout_width =" match_parent"
213- android : layout_height =" 0dp "
215+ android : layout_height =" wrap_content "
214216 android : background =" @color/gnt_blue"
215217 android : textColor =" @color/gnt_white"
216218 android : layout_marginLeft =" 5dp"
221223 app : layout_constraintEnd_toEndOf =" parent"
222224 app : layout_constraintStart_toStartOf =" parent"
223225 app : layout_constraintTop_toBottomOf =" @id/body"
226+ app : layout_constraintHeight_max =" 50dp"
224227 app : layout_constraintHeight_min =" 35dp"
225228 />
226229
You can’t perform that action at this time.
0 commit comments