美文网首页
第一篇测试样式

第一篇测试样式

作者: 反方向的流浪剑客 | 来源:发表于2016-09-23 17:53 被阅读0次

    ```

    dependencies {

    compile fileTree(include: ['*.jar'],dir:'libs')

    testCompile'junit:junit:4.12'

    compile'com.android.support:appcompat-v7:23.4.0'

    compile project(':app-aar')

    //compile project(':Usercenter2345library')

    compile files('libs/okhttp-3.4.1.jar')

    compile files('libs/universal-image-loader-1.9.4.jar')

    compile files('libs/libammsdk.jar')

    }

    ```

    android:id="@+id/big_window_layout"

    android:layout_width="wrap_content"

    android:layout_height="wrap_content"

    android:background="@drawable/dropzonebg_belongto2345"

    android:gravity="center_vertical"

    android:paddingLeft="5dp"

    >

    super.onCreate(savedInstanceState);

    setContentView(R.layout.activity_wxentry);

    registerToWx();

    findViewById(R.id.button).setOnClickListener(newView.OnClickListener() {

    @Override

    public voidonClick(View view) {

    login();

    }

    });

    //如果没回调onResp,八成是这句没有写

    api.handleIntent(getIntent(), this);

    }protected voidonCreate(Bundle savedInstanceState) {

    super.onCreate(savedInstanceState);

    setContentView(R.layout.activity_wxentry);

    registerToWx();

    findViewById(R.id.button).setOnClickListener(newView.OnClickListener() {

    @Override

    public voidonClick(View view) {

    login();

    }

    });

    //如果没回调onResp,八成是这句没有写

    api.handleIntent(getIntent(), this);

    }

    相关文章

      网友评论

          本文标题:第一篇测试样式

          本文链接:https://www.haomeiwen.com/subject/cqntyttx.html