From 64bd7c1aa8c5a9e75db10cdcb98b8dee9a7612c6 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Fri, 19 Feb 2021 12:19:21 +0100 Subject: Modifying, a bit, the layout. --- app/src/main/res/layout/item_layout.xml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'app/src/main') diff --git a/app/src/main/res/layout/item_layout.xml b/app/src/main/res/layout/item_layout.xml index eb65d60..cb6e87e 100644 --- a/app/src/main/res/layout/item_layout.xml +++ b/app/src/main/res/layout/item_layout.xml @@ -31,15 +31,18 @@ + android:textSize="30sp" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toEndOf="@id/iv_image" + app:layout_constraintTop_toTopOf="parent" + android:layout_marginHorizontal="10sp"/> + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintBottom_toTopOf="@id/tv_title"/> -- cgit v1.2.3 .1'>release/3.2.1 Yet another android myanimelist client
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorFilesLines
2021-05-19Update README.mdClyhtsuriva1-1/+2
2021-05-19Update README.mdClyhtsuriva1-8/+7
2021-05-19Update README.mdrelease/3.2.1Clyhtsuriva1-6/+21
2021-05-19Big updaterelease/3.2Clyhtsuriva55-235/+193
2021-05-19Update README.mdClyhtsuriva1-1/+5
2021-05-14Update README.mdClyhtsuriva1-1/+3
2021-05-14Update README.mdClyhtsuriva1-0/+23
2021-05-14Update README.md and adding logo onto the main screenrelease/3.1Clyhtsuriva2-10/+13
2021-05-14Singletons on all pages : OKClyhtsuriva6-125/+81
2021-05-14Singletons : DetailTopManga : OKClyhtsuriva2-21/+49
2021-05-14Addedd Singletons for TopManga.Clyhtsuriva3-23/+43