For #5722 Set adjustViewBounds to true to maintain original icon aspect (#7518)

fennec/nightly
Mihai Adrian 4 years ago committed by Sawyer Blatz
parent e6791b5c08
commit 95d4de416d

@ -15,6 +15,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:adjustViewBounds="true"
android:padding="12dp"/>
<TextView

@ -15,6 +15,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:adjustViewBounds="true"
android:padding="12dp"/>
<TextView

Loading…
Cancel
Save