feat(contact): Better scaling

parent 7a57cd9c
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
android:id="@+id/pic" android:id="@+id/pic"
android:layout_width="150dp" android:layout_width="150dp"
android:layout_height="0dp" android:layout_height="0dp"
android:scaleType="fitStart"
android:layout_margin="10dp"
android:layout_marginEnd="8dp" android:layout_marginEnd="8dp"
android:height="150dp" android:height="150dp"
android:contentDescription="TODO" android:contentDescription="TODO"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment