/res/layout/source.xml

https://bitbucket.org/saibotd/bitbeaker/ · XML · 22 lines · 19 code · 3 blank · 0 comment · 0 complexity · bdb0f0a2453e0483023d0a4250051f32 MD5 · raw file

  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. <uk.co.senab.photoview.PhotoView
  7. android:id="@+id/source_image"
  8. android:layout_width="fill_parent"
  9. android:layout_height="fill_parent"
  10. android:background="@drawable/img_background"
  11. android:scaleType="centerInside"
  12. android:visibility="gone" />
  13. <WebView
  14. android:id="@+id/source_webview"
  15. android:layout_width="match_parent"
  16. android:layout_height="match_parent"
  17. android:visibility="gone" >
  18. </WebView>
  19. </LinearLayout>