aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_layout.xml
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-02-17 22:57:15 +0100
committerClyhtsuriva <aimeric@adjutor.xyz>2021-02-17 22:57:15 +0100
commitc1d5a3e8fb8b3f8ac28d1e7818b5b33c0ab41b49 (patch)
tree8881509b7068b40a064866dff5fe8e27f0c0115c /app/src/main/res/layout/item_layout.xml
parent7e0e688d4bc59bddfd5e9e69b0da57607c1e56ed (diff)
Recycler view now working in a fragment.
Diffstat (limited to 'app/src/main/res/layout/item_layout.xml')
-rw-r--r--app/src/main/res/layout/item_layout.xml2
1 files changed, 1 insertions, 1 deletions
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"/>
</androidx.constraintlayout.widget.ConstraintLayout>