1
閱讀我的TextView以任何理由段落時如何保存在TextView的文本位置
我退出的一個應用或者我打後退按鈕我怎樣才能讓我的段落保存在那裏時許地方,我想要做的是什麼我讀書。
我希望你理解我,我想這一個,但它不工作(凍結)
<TextView
android:id="@+id/id_dailyprayers_txt"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#00000000"
android:ems="10"
android:focusable="false"
android:focusableInTouchMode="false"
android:gravity="center"
android:shadowColor="@color/black"
android:shadowDx="2"
android:shadowDy="2"
android:shadowRadius="1.5"
android:text=""
android:freezesText="true"
android:textColor="@color/Vanilla"
android:textSize="35sp" />
任何幫助?
參見[埃裏克·西蒙頓的回答(http://stackoverflow.com/questions/5381964/how-to-restore-textview-滾動位置 - 屏幕旋轉後)來獲得關於保存文本視圖的滾動位置的想法。 – imranhasanhira