Fix text not scrolling
This commit is contained in:
parent
f8a9d8ad34
commit
e7628a97c7
|
@ -57,7 +57,6 @@
|
|||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingBottom="20dp"
|
||||
android:clipChildren="false"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
android:background="@android:color/transparent"
|
||||
android:layout_marginTop="15dp"
|
||||
android:layout_marginBottom="5dp"
|
||||
android:clipChildren="false"
|
||||
android:paddingLeft="10dip"
|
||||
android:paddingRight="10dip">
|
||||
|
||||
|
|
Loading…
Reference in New Issue