扫描二维码下载沐宇APP

沐宇

微信扫码使用沐宇小程序

沐宇

android textview婊氬姩鎬庝箞瀹炵幇

扬州沐宇科技
2024-01-26 12:03:09
android

瑕佸疄鐜癟extView鐨勬粴鍔紝鍙互浣跨敤ScrollView鎴栬€呬娇鐢═extView鑷韩鐨勫睘鎬ф潵瀹炵幇銆?/p>

  1. 浣跨敤ScrollView锛?/p>

    <ScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent">
    
        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="瑕佹樉绀虹殑鏂囨湰鍐呭" />
    
    </ScrollView>
    
  2. 浣跨敤TextView鐨勫睘鎬э細

    <TextView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="瑕佹樉绀虹殑鏂囨湰鍐呭"
        android:maxLines="10"
        android:scrollbars="vertical" />
    

    鍦↗ava浠g爜涓紝杩橀渶瑕佷负TextView璁剧疆婊氬姩鏉$殑鐩戝惉鍣細

    TextView textView = findViewById(R.id.textView);
    textView.setMovementMethod(new ScrollingMovementMethod());
    

浠ヤ笂涓ょ鏂规硶閮藉彲浠ュ疄鐜癟extView鐨勬粴鍔ㄦ晥鏋滐紝鍙互鏍规嵁鍏蜂綋鐨勯渶姹傞€夋嫨閫傚悎鐨勬柟娉曘€?/p>

扫码添加客服微信