Free Android Tutorials, Android Tips, Android Developments, Free Android Codings., Free Android App Examples, Open Source Code for Android
TextView tv = new TextView(this); tv.setText(functie[beschrijving]); tv.setWidth(300); //tv.setHeight(60); tv.setGravity(Gravity.CENTER_VERTICAL); tv.setPadding(15, 0, 10, 0); tr.addView(tv);
No comments:
Post a Comment