Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <merge xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent">
  5. <View
  6. android:id="@+id/background_exposure_setting"
  7. android:layout_width="wrap_content"
  8. android:layout_height="wrap_content"
  9. android:background="@drawable/exposure_setting_menu_content"/>
  10.  
  11. <dji.ui.internal.exposure.DULCameraExposureModeSettingWidget
  12. android:id="@+id/widget_camera_exposure_mode"
  13. android:layout_width="wrap_content"
  14. android:layout_height="wrap_content" />
  15.  
  16. <dji.ui.internal.exposure.DULCameraISOSettingWidget
  17. android:id="@+id/widget_camera_iso_setting"
  18. android:layout_width="wrap_content"
  19. android:layout_height="wrap_content" />
  20.  
  21. <dji.ui.internal.exposure.DULCameraApertureSettingWidget
  22. android:id="@+id/widget_camera_aperture_setting"
  23. android:layout_width="wrap_content"
  24. android:layout_height="wrap_content" />
  25.  
  26. <dji.ui.internal.exposure.DULCameraShutterSettingWidget
  27. android:id="@+id/widget_camera_shutter_setting"
  28. android:layout_width="wrap_content"
  29. android:layout_height="wrap_content" />
  30.  
  31. <dji.ui.internal.exposure.DULCameraEVSettingWidget
  32. android:id="@+id/widget_camera_ev_setting"
  33. android:layout_width="wrap_content"
  34. android:layout_height="wrap_content" />
  35.  
  36. </merge>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement