Skip to content

Commit

Permalink
- Changed drawable size from wrap_content to force 100dp x 100dp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ido-Barnea committed Apr 16, 2022
1 parent d5e431e commit c605f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dialoger/src/main/res/layout/layout_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

<ImageView
android:id="@+id/dialogImageView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="100dp"
android:layout_height="100dp"
android:maxHeight="100dp"
android:scaleType="centerCrop"
android:paddingBottom="16dp"
Expand Down

0 comments on commit c605f28

Please sign in to comment.