Skip to content

Instantly share code, notes, and snippets.

@sebi1995
Created May 15, 2017 09:36
Show Gist options
  • Save sebi1995/d53abf5bfb7ed53660cb1dae0f89d074 to your computer and use it in GitHub Desktop.
Save sebi1995/d53abf5bfb7ed53660cb1dae0f89d074 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<ImageView android:id="@+id/ivPosters"
android:layout_width="120dp"
android:layout_height="120dp"
android:src="@drawable/place_holder_img"/>
<TextView
android:id="@+id/results_layout_tv_movie_name"
android:layout_width="0dp"
android:layout_height="fill_parent"
android:layout_weight="1"
android:paddingBottom="10dp"
android:paddingLeft="20dp"
android:paddingStart="20dp"
android:paddingTop="10dp"
android:text="hellow"
android:textColor="#000"
android:textSize="20sp" />
</LinearLayout>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment