Commit 69af9b6a authored by fallenstardust's avatar fallenstardust

固定卡组管理对话框高度

parent bcf5fc78
......@@ -90,7 +90,7 @@ public class DeckManageDialog extends DialogFragment implements YGODeckDialogUti
if (window != null) {
window.setLayout(
ViewGroup.LayoutParams.MATCH_PARENT,
ViewGroup.LayoutParams.WRAP_CONTENT
ViewGroup.LayoutParams.MATCH_PARENT
);
}
}
......
......@@ -376,6 +376,6 @@
<string name="upload">上传</string>
<string name="input_user_name">输入用户名</string>
<string name="input_pwd">输入密码</string>
<string name="register">注册</string>
<string name="sign_out">注销</string>
<string name="register">注册萌卡</string>
<string name="sign_out">切换账号</string>
</resources>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment