为了账号安全,请及时绑定邮箱和手机立即绑定

增加 RecyclerView 项目的字体大小

增加 RecyclerView 项目的字体大小

芜湖不芜 2021-10-27 17:02:24
我有一个带有RecyclerView不同项目的导航栏。我想改变它的字体大小。这是代码navigation_menu.xml<?xml version="1.0" encoding="utf-8"?><ScrollView xmlns:android="http://schemas.android.com/apk/res/android"    android:layout_width="match_parent"    android:layout_height="match_parent"    android:background="@color/app_background"    android:textSize="30sp"    android:fillViewport="true">    <LinearLayout        android:layout_width="match_parent"        android:layout_height="wrap_content"        android:orientation="vertical">        <include layout="@layout/nav_header_main" />        <android.support.v7.widget.RecyclerView            android:id="@+id/recyclerView_main"            android:layout_width="match_parent"            android:layout_height="wrap_content"            android:layout_marginLeft="5dp"            android:layout_marginStart="5dp"            android:layout_marginTop="5dp" />    </LinearLayout></ScrollView>
查看完整描述

1 回答

?
森栏

TA贡献1810条经验 获得超5个赞

我想到的第一种也是最简单的方法是直接在您的单个项目中更改字体大小。但是,如果由于某种原因您不想这样做,请尝试阅读以下内容:Android change TextView textSize on RecyclerView adapter from Activity


查看完整回答
反对 回复 2021-10-27
  • 1 回答
  • 0 关注
  • 405 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信