Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <FrameLayout android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical"
- xmlns:android="http://schemas.android.com/apk/res/android">
- <com.quarkprojects.smashi.customViews.AutofitRecyclerView
- android:id="@+id/activity_movies_recycler"
- android:layout_width="match_parent"
- android:paddingTop="?android:attr/actionBarSize"
- android:columnWidth="@dimen/item_movie_width"
- android:layout_height="match_parent"
- android:clipToPadding="false"
- />
- <android.support.v7.widget.Toolbar
- android:id="@+id/activity_searchtvrecycler_main_toolbar"
- android:layout_height="wrap_content"
- android:layout_width="match_parent"
- android:minHeight="?attr/actionBarSize"
- android:background="@color/theme_primary"
- >
- <com.quarkprojects.smashi.customViews.LobsterTextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/app_name"
- android:textSize="22sp"
- android:textColor="#FFF"
- />
- </android.support.v7.widget.Toolbar>
- <ProgressBar
- android:id="@+id/activity_movies_progress"
- android:layout_width="55dp"
- android:layout_height="55dp"
- android:layout_marginTop="@dimen/activity_vertical_margin"
- android:layout_gravity="center"
- android:visibility="gone"
- style="?android:attr/progressBarStyleLarge"
- />
- </FrameLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement