在Android Studio设计器上,显示看起来不错,但在模拟器或物理设备上却显示错误

时间:2018-07-17 17:22:17

标签: android-studio android-fragments

设计器上的显示应该是它的外观,但是当它在模拟器或物理设备上时会弄乱。

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/holo_blue_light">
<TextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="Chat Fragment"
    android:textSize="30sp"
    android:layout_centerInParent="true"/>

Display on android studio designer

Display on emulator

0 个答案:

没有答案