天意密码登录
This commit is contained in:
parent
745374a55d
commit
6a5ad5e30c
|
|
@ -543,8 +543,10 @@ public class TianYiHandler {
|
|||
private void showInput() {
|
||||
try {
|
||||
int margin = ResUtil.dp2px(16);
|
||||
LinearLayout.LayoutParams params = new LinearLayout.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT);
|
||||
LinearLayout.LayoutParams params = new LinearLayout.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT);
|
||||
LinearLayout frame = new LinearLayout(Init.context());
|
||||
frame.setOrientation(LinearLayout.VERTICAL);
|
||||
|
||||
params.setMargins(margin, margin, margin, margin);
|
||||
EditText username = new EditText(Init.context());
|
||||
username.setHint("请输入天翼用户名");
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
4c2fa8610aa92a6eda9398f05d38bc1c
|
||||
8825b34899edc61d4b0a96d151363fef
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://ghproxy.net/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/refs/heads/tianyiPassword/jar/custom_spider.jar;md5;4c2fa8610aa92a6eda9398f05d38bc1c",
|
||||
"spider": "https://ghproxy.net/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/refs/heads/tianyiPassword/jar/custom_spider.jar;md5;8825b34899edc61d4b0a96d151363fef",
|
||||
"lives": [
|
||||
{
|
||||
"name": "电视直播",
|
||||
|
|
|
|||
Loading…
Reference in New Issue