Commit 011cb9103586e6fe94ea9a675496a9c49ab37aed
1 parent
384118a2
Exists in
yxb_dev
and in
2 other branches
no message
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/src/main/java/com/shunzhi/parent/views/TextAndImgShowView.java
| ... | ... | @@ -86,8 +86,8 @@ public class TextAndImgShowView extends LinearLayout { |
| 86 | 86 | DisplayUtils.dp2px(layout_control.getPaddingLeft() + layout_control.getPaddingRight()+20 |
| 87 | 87 | )) / 4; |
| 88 | 88 | layout.setLayoutParams(params); |
| 89 | - LayoutParams params1 = new LayoutParams(DisplayUtils.px2dp(110), DisplayUtils.px2dp(110)); | |
| 90 | - ToastUtils.showToast(DisplayUtils.px2dp(110)+""); | |
| 89 | + LayoutParams params1 = new LayoutParams(DisplayUtils.dp2px(40), DisplayUtils.dp2px(40)); | |
| 90 | +// ToastUtils.showToast(DisplayUtils.dp2px(40)+""); | |
| 91 | 91 | image.setLayoutParams(params1); |
| 92 | 92 | } |
| 93 | 93 | } | ... | ... |