Closed samiksome92 closed 9 years ago
currently top padding doesn't work with TextViewEx.java.
adding the following at line 159 of TextViewEx.java does provide a workaround, though its not perfect:
verticalOffset+=getPaddingTop();
I'm attaching screenshots with and without the workaround code.
Current code
Code with workaround added
Padding used is 50, with a text size of 20, and background "@android:drawable/dialog_holo_light_frame"
Please refer to experimental version. More info on README.md.
currently top padding doesn't work with TextViewEx.java.
adding the following at line 159 of TextViewEx.java does provide a workaround, though its not perfect:
I'm attaching screenshots with and without the workaround code.
Current code
Code with workaround added