fan_yb_web_wiew.xml 943 B

12345678910111213141516171819202122232425
  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. <ProgressBar
  7. android:id="@+id/web_progress"
  8. style="?android:attr/progressBarStyleHorizontal"
  9. android:layout_width="fill_parent"
  10. android:layout_height="@dimen/fanwei_2_dp"
  11. android:indeterminateOnly="false"
  12. android:max="100"
  13. android:progressDrawable="@drawable/progress_bar_states" >
  14. </ProgressBar>
  15. <com.fanwei.sdk.view.WebViewEx
  16. android:id="@+id/fanwei_yee_wap"
  17. android:layout_width="fill_parent"
  18. android:layout_height="fill_parent"
  19. android:gravity="left|center_vertical"
  20. android:paddingLeft="@dimen/fanwei_10_dp"
  21. android:textSize="@dimen/text_22_size" />
  22. </LinearLayout>