Skip to content

Instantly share code, notes, and snippets.

@passy
Created December 23, 2014 09:50
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save passy/6bf2c7b64e1227fd36a4 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:id="@id/root_view" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<com.facebook.slingshot.mypeople.PeopleView android:id="@id/people_shots_view" android:background="@color/black" android:visibility="visible" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<com.facebook.slingshot.camera.CameraShotsView android:id="@id/camera_shots_view" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<com.facebook.slingshot.preview.PreviewShotsView android:id="@id/preview_shots_view" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<com.facebook.slingshot.viewer.ViewerShotsView android:id="@id/viewer_shots_view" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<com.facebook.slingshot.preview.PreviewShotsView android:id="@id/reaction_preview_shots_view" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<com.facebook.slingshot.login.LoginShotsView android:id="@id/login_shots_view" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<com.facebook.slingshot.ui.TopSheetView android:id="@id/top_sheet_view" android:background="@android:color/transparent" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<com.facebook.slingshot.ui.Bubble android:id="@id/bubble" android:layout_width="wrap_content" android:layout_height="wrap_content" />
<FrameLayout android:id="@id/shots_view_overlay" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<com.facebook.slingshot.ui.Banner android:layout_gravity="top" android:id="@id/error_banner" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<com.facebook.slingshot.mypeople.UIBlocker android:id="@id/ui_blocker" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<com.facebook.rebound.ui.SpringConfiguratorView android:layout_gravity="bottom" android:id="@id/spring_configurator" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginBottom="60.0dip" />
<com.facebook.slingshot.util.AudioConfigurator android:layout_gravity="top" android:id="@id/audio_configurator" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<com.facebook.slingshot.util.NetworkQueueStatusDebugView android:layout_gravity="top" android:id="@id/network_queue_status_debug_view" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="10.0dip" android:layout_marginLeft="5.0dip" android:layout_marginTop="5.0dip" />
<com.facebook.slingshot.ui.nux.FinaleNuxDialog android:id="@id/finale_nux_dialog" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment