Skip to content

Commit

Permalink
[FIXED] Imageview max width and heing was not working.
Browse files Browse the repository at this point in the history
  • Loading branch information
hossain-khan committed Nov 22, 2016
1 parent 2d5b32b commit 285630e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tv/src/main/res/layout/text_icon_card_feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@
android:id="@+id/feed_provider_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:maxWidth="100dp"
android:maxHeight="80dp"
android:maxHeight="70dp"
android:layout_marginRight="10dp"
android:layout_marginBottom="10dp"
android:layout_alignParentBottom="true"
Expand Down

0 comments on commit 285630e

Please sign in to comment.