搜尋

首頁  >  問答  >  主體

android - 如何RecyclerView的item宽度设置

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_leeringa_lee2772 天前720

全部回覆(2)我來回復

  • 大家讲道理

    大家讲道理2017-04-17 17:46:35

    大小寫問題需要設定下屬性android:textAllCaps為false

    回覆
    0
  • 阿神

    阿神2017-04-17 17:46:35

    看下你的onCreateViewHolder

    回覆
    0
  • 取消回覆