<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical" >
    
    <TextView
        android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:id="@+id/about_content"
    /></ScrollView>照理只有一个TextView啊,可是实际textview上面还有一个  app_name  ,strings.xml中
    <string name="app_name">abc网</string>为啥?另外我要问的是如何插入一条水平线呢