android - 如何RecyclerView的item宽度设置
ringa_lee
ringa_lee 2017-04-17 17:44:35
0
2
725

item的布局:

<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical">

    <android.support.v7.widget.AppCompatButton
        android:layout_height="wrap_content"
        android:text="Text"
        android:id="@+id/at"
        android:layout_width="match_parent"/>

</LinearLayout>

RecyclerView:

    <android.support.v7.widget.RecyclerView
        android:id="@+id/recycler"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:scrollbars="vertical"/>

运行截图:

求解。。。。

还有一个问题为什么AppCompatButton本来是小写问什么运行成大写了。。

ringa_lee
ringa_lee

ringa_lee

全部回复(2)
大家讲道理

大小写问题需要设置下属性android:textAllCaps为false

阿神

看下你的onCreateViewHolder

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板