zk_llyt_protocol.xml 602 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. style="@style/dalan_framelayout_llyt">
  4. <ScrollView
  5. android:id="@+id/jh_scroll_view_protocol"
  6. android:layout_width="wrap_content"
  7. android:layout_height="@dimen/dalan_protocol_scrollView_height">
  8. <TextView
  9. android:layout_width="match_parent"
  10. android:layout_height="wrap_content"
  11. android:text="@string/dalan_protocol"
  12. android:textColor="@color/dalan_text_gray_black" />
  13. </ScrollView>
  14. </LinearLayout>