我有一個片段: public class VertretungsplanTab extends Fragment implements MainActivity.VertDataInterface{
TextView vertretungsView;
String LOG_TAG = VertretungsplanTab.class.getSimpleName();
我試圖用替換android:maxLines="1",因爲它已被棄用。當然它並沒有按計劃進行,這裏是我的問題: 如果我有一個字符串 String s = "this is a sample"
,並使用singleLine="true"我得到的是這樣的: (View)
+-------------+
|this is a sam|
+-------------+
但是使用maxlin
我的活動包含一個在覆蓋整個屏幕的ScrollView中設置的TextView。 TextView中的內容通常爲多頁。 我試圖啓用觸摸控制,包括單擊,雙擊,向左滑動,向右滑動和捏,這些工作正常。然而 問題是用戶的難度,向左或向右滑動與意外滾動了滾動向上或向下(並因此取消刷卡檢測) ,這裏是我的自定義OnTouchListener是我的TextView使用 public class OnSwipeTo