xml - Android - Calculator support all screen sizes -
i'm beginner on android app developing , have problem cannot find solution. i'm working app on nexus 5 , works perfect, no empty spaces between layouts, when switch nexus 4, happens ( using colors separate layouts) : https://scontent.fath3-1.fna.fbcdn.net/v/t34.0-12/20403684_1379424475444386_454511879_n.jpg?oh=440d7b9ab5670c8cad87133475ec0cb6&oe=5979cded if switch pixel xl : https://scontent.fath3-1.fna.fbcdn.net/v/t34.0-12/20403737_1379426118777555_859609190_n.jpg?oh=61ccd01da7a4470491fb4125da8db43c&oe=597996e4 can doesn't have empty spaces on right?(below there xml code posted in case need it). <linearlayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@android:color/black" android:orientation="vertical" android:weightsum="1"&