RecyclerView内部的框架布局

时间:2018-10-15 09:21:01

标签: android

这是我的代码:

outer.xml

<constraintLayout>
    <imageView/>
    <recyclerView>
    </recyclerview>
    <textview/><textview/><textview/>
</constraintLayout>

inner.xml

<frameLayout>
    <imageView width="match_parent" height="match_parent" scale=centerCrop/>
    <textView text1/>
   <textView text2/>
    <textView text3/>
</frameLayout>

我有一张图像,宽度介于640 /高度:960px和w:480 / h:720px之间,但图像无法填满整个屏幕...尤其是较小的屏幕... 我也尝试使用fill_parent和/或删除centerCrop值,但是什么也没有发生或更糟...

0 个答案:

没有答案