From 29fd5747ebe8ee5510778af5c6469318c61e3448 Mon Sep 17 00:00:00 2001 From: inorichi Date: Mon, 8 May 2017 13:06:40 +0200 Subject: [PATCH] Recent chapters with constraint layout --- .../main/res/layout/item_recent_chapters.xml | 182 ++++++++---------- 1 file changed, 81 insertions(+), 101 deletions(-) diff --git a/app/src/main/res/layout/item_recent_chapters.xml b/app/src/main/res/layout/item_recent_chapters.xml index 4719784960..9a23c8b379 100644 --- a/app/src/main/res/layout/item_recent_chapters.xml +++ b/app/src/main/res/layout/item_recent_chapters.xml @@ -1,108 +1,88 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintLeft_toLeftOf="parent" + app:layout_constraintTop_toTopOf="parent" + tools:src="@drawable/branded_logo_icon" /> - \ No newline at end of file + + + + + + + + + + + + + \ No newline at end of file