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