Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:superlistview="http://schemas.android.com/apk/res-auto"
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:tag="@string/nearby">
- <RelativeLayout
- android:id="@+id/container_error"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:visibility="gone">
- <com.github.leonardoxh.customfont.FontText
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/error_title"
- android:layout_centerInParent="true"
- android:padding="16dp"/>
- </RelativeLayout>
- <RelativeLayout
- android:id="@+id/container_loading"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <ProgressBar
- android:id="@+id/loading_cameras"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerInParent="true"/>
- <com.github.leonardoxh.customfont.FontText
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:columnCount="4"
- android:text="@string/loading_favorites"
- android:layout_below="@+id/loading_cameras"
- android:layout_centerHorizontal="true"
- android:padding="16dp"/>
- </RelativeLayout>
- <com.comcast.freeflow.core.FreeFlowContainer
- android:id="@+id/list_cameras"
- android:layout_width="match_parent"
- android:layout_height="match_parent"/>
- <!--<ListView-->
- <!--android:id="@+id/list_cameras"-->
- <!--android:divider="@null"-->
- <!--android:dividerHeight="0dp"-->
- <!--android:visibility="gone"-->
- <!--android:layout_width="match_parent"-->
- <!--android:layout_height="match_parent"-->
- <!--android:choiceMode="singleChoice"/>-->
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment