Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <FrameLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="@dimen/item_movie_width"
- android:layout_height="@dimen/item_movie_height"
- android:clipChildren="false"
- >
- <ImageView
- android:id="@+id/item_movie_cover"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/movie_placeholder"
- android:scaleType="centerCrop"
- />
- <com.quarkprojects.smashi.customViews.LobsterTextView
- android:id="@+id/item_movie_title"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingBottom="@dimen/activity_vertical_margin"
- android:paddingLeft="@dimen/activity_horizontal_margin_half"
- android:paddingRight="@dimen/activity_horizontal_margin_half"
- android:paddingTop="@dimen/activity_vertical_margin"
- android:background="#AA000000"
- android:maxLines="2"
- android:ellipsize="end"
- android:textColor="#FFF"
- android:layout_gravity="bottom"
- android:gravity="bottom"
- tools:text="Avengers"
- android:textSize="20sp"
- />
- </FrameLayout>
- <!--
- ULTIMO
- <FrameLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="@dimen/item_movie_width"
- android:layout_height="@dimen/item_movie_height"
- android:clipChildren="false"
- >
- <ImageView
- android:id="@+id/item_movie_cover"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/movie_placeholder"
- android:scaleType="centerCrop"
- />
- <com.quarkprojects.smashi.customViews.LobsterTextView
- android:id="@+id/item_movie_title"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingBottom="@dimen/activity_vertical_margin"
- android:paddingLeft="@dimen/activity_horizontal_margin_half"
- android:paddingRight="@dimen/activity_horizontal_margin_half"
- android:paddingTop="@dimen/activity_vertical_margin"
- android:background="#AA000000"
- android:maxLines="2"
- android:ellipsize="end"
- android:textColor="#FFF"
- android:layout_gravity="bottom"
- android:gravity="bottom"
- tools:text="Avengers"
- android:textSize="20sp"
- />
- </FrameLayout>
- -->
- <!--
- <FrameLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="@dimen/item_movie_width"
- android:layout_height="@dimen/item_movie_height"
- android:clipChildren="false"
- >
- <ImageView
- android:id="@+id/item_movie_cover"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/movie_placeholder"
- android:scaleType="centerCrop"
- />
- <com.quarkprojects.smashi.customViews.LobsterTextView
- android:id="@+id/item_movie_title"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingBottom="@dimen/activity_vertical_margin"
- android:paddingLeft="@dimen/activity_horizontal_margin_half"
- android:paddingRight="@dimen/activity_horizontal_margin_half"
- android:paddingTop="@dimen/activity_vertical_margin"
- android:background="#AA000000"
- android:maxLines="2"
- android:ellipsize="end"
- android:textColor="#FFF"
- android:layout_gravity="bottom"
- android:gravity="bottom"
- tools:text="Avengers"
- android:textSize="20sp"
- />
- </FrameLayout>
- -->
- <!--
- android:layout_width="@dimen/item_movie_width"
- android:layout_height="@dimen/item_movie_height"
- -->
- <!--<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:context=".MainActivity">
- <com.dexafree.materialList.view.MaterialListView
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:id="@+id/material_listview"/>
- </RelativeLayout>
- -->
Add Comment
Please, Sign In to add comment