我的片段开头有很大的空白,我无法删除它

时间:2019-03-31 20:14:13

标签: android android-layout

我是Android Studio的新手,目前正在开发一个应用程序。 在处理我的一个片段时,我意识到顶部存在很大的空白,我无法消除。

我尝试添加此内容:

android:theme="@style/Theme.AppCompat.Light.NoActionBar"> 

到我的布局,但不起作用。

我还尝试将其添加到我的RecyclerView中:

android:scaleType="fitCenter"

screenshot of the problem

0 个答案:

没有答案