File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,14 @@ public void onClick(View view) {
3232 startActivity (intent );
3333 }
3434 });
35- findViewById (R .id .home_dplus ).setOnClickListener (new OnClickListener () {
35+ /* findViewById(R.id.home_dplus).setOnClickListener(new OnClickListener() {
3636 @Override
3737 public void onClick(View view) {
3838 Intent intent = new Intent(HomeActivity.this, UDplusActivity.class);
3939 startActivity(intent);
4040 }
4141 });
42+ */
4243 findViewById (R .id .home_game ).setOnClickListener (new OnClickListener () {
4344 @ Override
4445 public void onClick (View view ) {
Original file line number Diff line number Diff line change 2626 android : layout_below =" @id/title_bar"
2727 app : umicon =" @drawable/um_app"
2828 android : layout_height =" @dimen/item_height" />
29+ <!--
2930 <com.umeng.soexample.views.Item
3031 android:id="@+id/home_dplus"
3132 android:layout_width="match_parent"
3233 android:layout_below="@id/home_uapp"
3334 app:umtitle="统计UDplus"
3435 app:umicon="@drawable/um_dplus"
3536 android:layout_height="@dimen/item_height"/>
37+ -->
3638 <com .umeng.soexample.views.Item
3739 android : id =" @+id/home_game"
3840 android : layout_width =" match_parent"
39- android : layout_below =" @id/home_dplus "
41+ android : layout_below =" @id/home_uapp "
4042 app : umtitle =" 统计UGame"
4143 app : umicon =" @drawable/um_ugame"
4244 android : layout_height =" @dimen/item_height" />
You can’t perform that action at this time.
0 commit comments