在一个片段中,我有一个像这样定义的RelativeLayout:
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
android:gravity="center"/>
Run Code Online (Sandbox Code Playgroud)
对于这种布局,我定义了宽度和高度尺寸.
如何在我的片段中将此视图相对于其父级垂直和水平居中?我尝试过设置gravity,"center"但似乎没有用.
对于org.glassfish.jersey.filter.LoggingFilter类,必须将什么依赖项添加到pom.xml中?我尝试从org.glassfish.jersey.core中添加artifactId jersey-common和jersey-client,但是在该类中不存在。