From 6a56ec6442f0e78bf124f02bf90cca9d07080816 Mon Sep 17 00:00:00 2001 From: Amine Bou Date: Tue, 5 Dec 2017 21:59:22 +0100 Subject: [PATCH] Swapped the title and subtitle in the article viewer. --- app/src/main/res/layout/fragment_article.xml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/app/src/main/res/layout/fragment_article.xml b/app/src/main/res/layout/fragment_article.xml index 908bf4d..2ac9956 100644 --- a/app/src/main/res/layout/fragment_article.xml +++ b/app/src/main/res/layout/fragment_article.xml @@ -1,6 +1,7 @@ @@ -27,49 +28,43 @@ android:id="@+id/source" android:layout_width="0dp" android:layout_height="wrap_content" - android:layout_marginEnd="16dp" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" - android:layout_marginStart="16dp" android:layout_marginTop="8dp" android:textAppearance="@style/TextAppearance.AppCompat.Small" android:textSize="12sp" app:layout_constraintHorizontal_bias="0.0" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" - app:layout_constraintTop_toBottomOf="@+id/imageView" /> + app:layout_constraintTop_toBottomOf="@+id/titleView" /> + app:layout_constraintTop_toBottomOf="@+id/imageView" /> + app:layout_constraintTop_toBottomOf="@+id/source" />