Increased size of text more/less

Signed-off-by: ANS-UXI <anshumansahoo500@gmail.com>
This commit is contained in:
ANS-UXI 2023-06-11 14:02:07 +05:30 committed by Viktor Govako
parent da29fe8b45
commit 74a17c44b3

View file

@ -42,6 +42,7 @@
android:clickable="true"
android:gravity="start|top"
android:text="@string/category_desc_more"
android:textColor="?attr/colorAccent" />
android:textColor="?attr/colorAccent"
android:textSize="14sp" />
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>