1
0
Fork 0

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

master
Mihai Adrian 2020-01-09 00:03:48 +02:00 committed by Sawyer Blatz
parent e6791b5c08
commit 95d4de416d
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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