|  | @@ -3,88 +3,99 @@
 | 
	
		
			
				|  |  |                  xmlns:tools="http://schemas.android.com/tools"
 | 
	
		
			
				|  |  |                  android:layout_width="fill_parent"
 | 
	
		
			
				|  |  |                  android:layout_height="?android:attr/listPreferredItemHeight"
 | 
	
		
			
				|  |  | -                android:paddingStart="?android:attr/listPreferredItemPaddingStart"
 | 
	
		
			
				|  |  | -                android:background="@drawable/selector_chapter_light"
 | 
	
		
			
				|  |  | -                android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
 | 
	
		
			
				|  |  | -                android:paddingLeft="?android:attr/listPreferredItemPaddingLeft"
 | 
	
		
			
				|  |  | -                android:paddingRight="?android:attr/listPreferredItemPaddingRight">
 | 
	
		
			
				|  |  | +                android:background="@drawable/selector_chapter_light">
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <RelativeLayout
 | 
	
		
			
				|  |  | -        android:layout_width="fill_parent"
 | 
	
		
			
				|  |  | -        android:layout_height="18dp"
 | 
	
		
			
				|  |  | -        android:id="@+id/relativeLayout"
 | 
	
		
			
				|  |  | -        android:layout_alignParentBottom="true"
 | 
	
		
			
				|  |  | -        android:layout_alignParentLeft="true"
 | 
	
		
			
				|  |  | -        android:layout_alignParentStart="true">
 | 
	
		
			
				|  |  | +        android:layout_width="match_parent"
 | 
	
		
			
				|  |  | +        android:layout_height="match_parent"
 | 
	
		
			
				|  |  | +        android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
 | 
	
		
			
				|  |  | +        android:paddingLeft="?android:attr/listPreferredItemPaddingLeft"
 | 
	
		
			
				|  |  | +        android:paddingRight="?android:attr/listPreferredItemPaddingRight"
 | 
	
		
			
				|  |  | +        android:paddingStart="?android:attr/listPreferredItemPaddingStart">
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        <TextView
 | 
	
		
			
				|  |  | -            android:id="@+id/chapter_pages"
 | 
	
		
			
				|  |  | -            android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | -            android:layout_height="fill_parent"
 | 
	
		
			
				|  |  | -            android:ellipsize="marquee"
 | 
	
		
			
				|  |  | -            android:singleLine="true"
 | 
	
		
			
				|  |  | -            android:textSize="12sp"
 | 
	
		
			
				|  |  | -            tools:text="Pages: 45"
 | 
	
		
			
				|  |  | -            android:layout_alignParentTop="true"
 | 
	
		
			
				|  |  | -            android:layout_centerHorizontal="true"/>
 | 
	
		
			
				|  |  | +        <RelativeLayout
 | 
	
		
			
				|  |  | +            android:id="@+id/relativeLayout"
 | 
	
		
			
				|  |  | +            android:layout_width="fill_parent"
 | 
	
		
			
				|  |  | +            android:layout_height="18dp"
 | 
	
		
			
				|  |  | +            android:layout_alignParentBottom="true"
 | 
	
		
			
				|  |  | +            android:layout_alignParentLeft="true"
 | 
	
		
			
				|  |  | +            android:layout_alignParentStart="true">
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        <TextView
 | 
	
		
			
				|  |  | -            android:id="@+id/chapter_date"
 | 
	
		
			
				|  |  | -            android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | -            android:layout_height="fill_parent"
 | 
	
		
			
				|  |  | -            android:ellipsize="marquee"
 | 
	
		
			
				|  |  | -            android:singleLine="true"
 | 
	
		
			
				|  |  | -            android:textSize="12sp"
 | 
	
		
			
				|  |  | -            tools:text="22/02/2016"/>
 | 
	
		
			
				|  |  | +            <TextView
 | 
	
		
			
				|  |  | +                android:id="@+id/chapter_pages"
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="fill_parent"
 | 
	
		
			
				|  |  | +                android:layout_alignParentTop="true"
 | 
	
		
			
				|  |  | +                android:layout_centerHorizontal="true"
 | 
	
		
			
				|  |  | +                android:ellipsize="marquee"
 | 
	
		
			
				|  |  | +                android:singleLine="true"
 | 
	
		
			
				|  |  | +                android:textSize="12sp"
 | 
	
		
			
				|  |  | +                tools:text="Pages: 45"/>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <TextView
 | 
	
		
			
				|  |  | +                android:id="@+id/chapter_date"
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="fill_parent"
 | 
	
		
			
				|  |  | +                android:ellipsize="marquee"
 | 
	
		
			
				|  |  | +                android:singleLine="true"
 | 
	
		
			
				|  |  | +                android:textSize="12sp"
 | 
	
		
			
				|  |  | +                tools:text="22/02/2016"/>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <TextView
 | 
	
		
			
				|  |  | +                android:id="@+id/download_text"
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="fill_parent"
 | 
	
		
			
				|  |  | +                android:layout_alignParentEnd="true"
 | 
	
		
			
				|  |  | +                android:layout_alignParentRight="true"
 | 
	
		
			
				|  |  | +                android:layout_centerVertical="true"
 | 
	
		
			
				|  |  | +                android:text="@string/chapter_downloaded"
 | 
	
		
			
				|  |  | +                android:textColor="@color/accent_text"
 | 
	
		
			
				|  |  | +                android:textSize="12sp"/>
 | 
	
		
			
				|  |  | +        </RelativeLayout>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          <TextView
 | 
	
		
			
				|  |  | -            android:id="@+id/download_text"
 | 
	
		
			
				|  |  | -            android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | -            android:layout_height="fill_parent"
 | 
	
		
			
				|  |  | -            android:textSize="12sp"
 | 
	
		
			
				|  |  | -            android:textColor="@color/accent_text"
 | 
	
		
			
				|  |  | -            android:text="@string/chapter_downloaded"
 | 
	
		
			
				|  |  | -            android:layout_centerVertical="true"
 | 
	
		
			
				|  |  | +            android:id="@+id/chapter_title"
 | 
	
		
			
				|  |  | +            android:layout_width="fill_parent"
 | 
	
		
			
				|  |  | +            android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +            android:layout_above="@+id/relativeLayout"
 | 
	
		
			
				|  |  | +            android:layout_alignParentEnd="true"
 | 
	
		
			
				|  |  | +            android:layout_alignParentLeft="true"
 | 
	
		
			
				|  |  |              android:layout_alignParentRight="true"
 | 
	
		
			
				|  |  | -            android:layout_alignParentEnd="true"/>
 | 
	
		
			
				|  |  | -    </RelativeLayout>
 | 
	
		
			
				|  |  | +            android:layout_alignParentStart="true"
 | 
	
		
			
				|  |  | +            android:layout_alignParentTop="true"
 | 
	
		
			
				|  |  | +            android:layout_alignWithParentIfMissing="true"
 | 
	
		
			
				|  |  | +            android:layout_marginRight="30dp"
 | 
	
		
			
				|  |  | +            android:ellipsize="end"
 | 
	
		
			
				|  |  | +            android:gravity="center_vertical"
 | 
	
		
			
				|  |  | +            android:maxLines="1"
 | 
	
		
			
				|  |  | +            android:textSize="17sp"
 | 
	
		
			
				|  |  | +            tools:text="Title"/>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    <TextView
 | 
	
		
			
				|  |  | -        android:id="@+id/chapter_title"
 | 
	
		
			
				|  |  | -        android:layout_width="fill_parent"
 | 
	
		
			
				|  |  | -        android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | -        android:layout_alignWithParentIfMissing="true"
 | 
	
		
			
				|  |  | -        android:gravity="center_vertical"
 | 
	
		
			
				|  |  | -        android:textSize="17sp"
 | 
	
		
			
				|  |  | -        android:ellipsize="end"
 | 
	
		
			
				|  |  | -        android:maxLines="1"
 | 
	
		
			
				|  |  | -        tools:text="Title"
 | 
	
		
			
				|  |  | -        android:layout_alignParentLeft="true"
 | 
	
		
			
				|  |  | -        android:layout_alignParentStart="true"
 | 
	
		
			
				|  |  | -        android:layout_above="@+id/relativeLayout"
 | 
	
		
			
				|  |  | -        android:layout_alignParentRight="true"
 | 
	
		
			
				|  |  | -        android:layout_alignParentEnd="true"
 | 
	
		
			
				|  |  | -        android:layout_alignParentTop="true"
 | 
	
		
			
				|  |  | -        android:layout_marginRight="30dp"/>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    </RelativeLayout>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <RelativeLayout
 | 
	
		
			
				|  |  |          android:id="@+id/chapter_menu"
 | 
	
		
			
				|  |  | -        android:layout_width="40dp"
 | 
	
		
			
				|  |  | -        android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +        android:layout_width="50dp"
 | 
	
		
			
				|  |  | +        android:layout_height="fill_parent"
 | 
	
		
			
				|  |  | +        android:layout_alignParentEnd="true"
 | 
	
		
			
				|  |  | +        android:layout_alignParentRight="true"
 | 
	
		
			
				|  |  |          android:layout_alignParentTop="true"
 | 
	
		
			
				|  |  |          android:gravity="center|end"
 | 
	
		
			
				|  |  | -        android:layout_alignBottom="@+id/relativeLayout"
 | 
	
		
			
				|  |  |          android:paddingBottom="18dp"
 | 
	
		
			
				|  |  | -        android:layout_alignParentRight="true"
 | 
	
		
			
				|  |  | -        android:layout_alignParentEnd="true">
 | 
	
		
			
				|  |  | +        android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
 | 
	
		
			
				|  |  | +        android:paddingRight="?android:attr/listPreferredItemPaddingRight">
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |          <ImageView
 | 
	
		
			
				|  |  |              android:layout_width="24dp"
 | 
	
		
			
				|  |  |              android:layout_height="24dp"
 | 
	
		
			
				|  |  | -            android:src="@drawable/ic_more_horiz_black_24dp"
 | 
	
		
			
				|  |  | -            android:background="?android:selectableItemBackground"
 | 
	
		
			
				|  |  | -            android:layout_alignParentTop="true"
 | 
	
		
			
				|  |  | +            android:layout_alignParentEnd="false"
 | 
	
		
			
				|  |  |              android:layout_alignParentRight="true"
 | 
	
		
			
				|  |  | -            android:layout_alignParentEnd="false"/>
 | 
	
		
			
				|  |  | +            android:layout_alignParentTop="true"
 | 
	
		
			
				|  |  | +            android:background="?android:selectableItemBackground"
 | 
	
		
			
				|  |  | +            android:src="@drawable/ic_more_horiz_black_24dp"
 | 
	
		
			
				|  |  | +            />
 | 
	
		
			
				|  |  |      </RelativeLayout>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 |