From c1d5a3e8fb8b3f8ac28d1e7818b5b33c0ab41b49 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Wed, 17 Feb 2021 22:57:15 +0100 Subject: Recycler view now working in a fragment. --- app/src/main/res/layout/item_layout.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/layout/item_layout.xml') diff --git a/app/src/main/res/layout/item_layout.xml b/app/src/main/res/layout/item_layout.xml index af4b9b0..8500bc7 100644 --- a/app/src/main/res/layout/item_layout.xml +++ b/app/src/main/res/layout/item_layout.xml @@ -39,7 +39,7 @@ app:layout_constraintBottom_toBottomOf="parent" android:text="@string/rv_title" android:textColor="@color/strong_pink" - android:textSize="30sp"/> + android:textSize="20sp"/> -- cgit v1.2.3