Posts by Lucas Medeiros • 23 points
1 post
-
2
votes1
answer118
viewsQ: Insert marginRight in a Textview from Java code
I made the following code to insert Textviews in a Linearlayout already defined. public void inserirLacunas(){ LinearLayout ll = (LinearLayout) findViewById(R.id.layoutLetras); for(int i = 0; i <…