0
私はRecyclerView
と下のボタンでprogrmmingアプリです。 RecyclerView
は、サーバーから取得した画像で塗りつぶしています。トップバーが固定されているrecyclerviewの下のボタンは表示されません
RecyclerViewコード
<android.support.v7.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
RecyclerViewがImageViewsによって
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="100dp"
android:scaleType="centerCrop"
android:layout_marginBottom="1dp"
android:layout_marginEnd="1dp"
android:layout_marginStart="1dp"
android:layout_marginTop="1dp" />
ボタンコードを充填された目に見えない
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:weightSum="3">
<ru.noorsoft.rubkoff.HeButton
android:id="@+id/button1"
style="@style/leftButStyle"
android:layout_width="wrap_content"
android:layout_height="55dp"
android:layout_weight="1"
android:gravity="center"
android:textAllCaps="false"
android:textColor="@color/colorBlue"
android:textSize="20sp" />
<ru.noorsoft.rubkoff.HeButton
android:id="@+id/button2"
android:background="@android:color/transparent"
android:layout_width="wrap_content"
android:layout_height="55dp"
android:layout_weight="1"
android:textColor="@color/colorBlue"
android:textAllCaps="false"
android:textSize="20sp" />
<ru.noorsoft.rubkoff.HeButton
android:id="@+id/button3"
style="@style/rightButStyle"
android:layout_width="wrap_content"
android:layout_height="55dp"
android:layout_weight="1"
android:textColor="@color/colorBlue"
android:textAllCaps="false"
android:textSize="20sp" />
</LinearLayout>
あなたはボタンが画面の下部にまたはリサイクルビュー – zombie
@zombieはい下に固定されるようにしたいです! instagramのように見えるはずです。 3行と下の固定メニュー – Romanoti
あなたの質問のunerを変更してくださいあなたの下のタイトルは手紙がありません – zombie