我需要在所有屏幕上添加这些内容。有没有好办法呢?
我尝试使用textfields但是没有用
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="horizontal"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView
android:layout_width="11dp"
android:layout_height="match_parent"
android:background="@color/light_red"/>
<TextView
android:layout_width="11dp"
android:layout_height="match_parent"
android:background="@color/light_blue"/>