如何修复Android手机的屏幕尺寸?

时间:2018-07-16 12:43:54

标签: android xml

我的应用程序在LGG4手机上正确运行,屏幕尺寸正确。但是其他设备(例如在三星银河笔记风扇电话上运行的设备)的屏幕上有很多空白处。我该如何解决?我更改了mpixhdpi,...文件夹。 这是我的content_main xml :(也许就是那个代码)

    <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    app:layout_behavior="@string/appbar_scrolling_view_behavior"
    tools:context=".MainActivity"
    tools:layout_editor_absoluteY="81dp"
    tools:showIn="@layout/activity_main">

    <RelativeLayout
        android:id="@+id/mainLayout"
        android:layout_width="410dp"
        android:layout_height="670dp">

    </RelativeLayout>

</RelativeLayout>

0 个答案:

没有答案