如何在ScrollView中添加标题栏?

时间:2018-05-26 09:22:56

标签: android scrollview titlebar

我想在滚动视图中添加标题栏 但我可以'那样做。

我的布局

     <?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>

0 个答案:

没有答案