我想要这段代码:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" >
<TextView android:id="@+id/logo" style="@style/logo"
android:layout_alignParentTop="true"
android:text="@string/logo" tools:context=".MainActivity" />
从每个布局开始。我怎样才能做到这一点,我不需要将它添加到每个布局页面?就像我会使用的 PHP 一样<?=include("header.php");?>
(只是一个例子,实际上这是不好的做法,在这里没关系)。谢谢你。