added baselineAligned=false
This commit is contained in:
parent
fadddaa959
commit
97f6fff8c2
1 changed files with 10 additions and 9 deletions
|
@ -57,7 +57,8 @@
|
|||
android:paddingRight="@dimen/list_header_padding"
|
||||
android:paddingEnd="@dimen/list_header_padding"
|
||||
android:paddingBottom="@dimen/list_header_padding"
|
||||
android:orientation="horizontal">
|
||||
android:orientation="horizontal"
|
||||
android:baselineAligned="false">
|
||||
|
||||
<FrameLayout
|
||||
android:layout_width="0dp"
|
||||
|
|
Loading…
Reference in a new issue