x7_activity_officical_website_sdk.xml 821 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:orientation="vertical" >
  6. <include
  7. android:id="@+id/register_title"
  8. layout="@layout/x7_activity_title_2"
  9. />
  10. <com.smwl.smsdk.myview.MyWebView
  11. android:id="@+id/webview"
  12. android:layout_gravity="center"
  13. android:layout_width="match_parent"
  14. android:layout_height="match_parent"
  15. android:scrollbarThumbVertical="@color/x7_background_gray"
  16. android:scrollbarSize="2dp"
  17. android:layout_marginLeft="15dp"
  18. android:layout_marginRight="15dp"
  19. android:layout_marginBottom="15dp"
  20. />
  21. </LinearLayout>