我想在滚动视图中添加标题栏 但我可以'那样做。
我的布局
<?xml version="1.0" encoding="utf-8"?>
<ScrollView
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="@color/colorAccent"
tools:context="com.example.nazir.alrehman.FullRead">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:orientation="horizontal"
android:layout_height="wrap_content">
<TextView
android:paddingTop="50dp"
android:paddingBottom="50dp"
android:id="@+id/a1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="الرَّحۡمٰنُۙ ﴿۱﴾"
android:background="@color/colorAccent"
android:textSize="50sp" />
</ScrollView>