re-setting a TextView height programmatically
问题 I want to reset a textView height after I have added it to the main window in the xml file. inside a RelativeLayout, <TextView android:id="@+id/text_l" android:layout_width="50sp" android:layout_height="50sp" android:layout_alignParentTop="true" android:layout_centerHorizontal="true" android:layout_marginLeft="10sp" android:layout_marginTop="145dp" android:gravity="center" android:textAppearance="?android:attr/textAppearanceLarge" android:textColor="#000000" > </TextView> I just want to