LinX1874
Results
3
comments of
LinX1874
public LayoutParams(int width, int height, int gravity) { super(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.MATCH_PARENT); this.gravity = gravity; } 写死可以充满
+1
你好.请教一下 2调用了 recreate 方法,但是 activity 实际没有重启. 这是为啥 我直接调用actvitiy.recreate()或者 contextCompat.ecreate()都没办法让activity 重启 所有手机都这样,包括模拟器