Skip to content

Commit

Permalink
hzuapps#2 hzuapps#938 万能遥控器
Browse files Browse the repository at this point in the history
  • Loading branch information
hzutanziyang committed Apr 24, 2018
1 parent 5cb917d commit 35ec960
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class Soft1614080902227Activity extends AppCompatActivity{
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);
setContentView(R.layout.activity_soft1614080902227);
Button btn_Click = (Button)findViewById(R.id.Air);
Button btn_Click1 = (Button)findViewById(R.id.TV);
btn_Click.setOnClickListener(new MyOnClickListener());
Expand Down

0 comments on commit 35ec960

Please sign in to comment.