change first breadcrumb height to wrap_content
This commit is contained in:
parent
7aa4e8ba52
commit
59f607b407
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<com.simplemobiletools.commons.views.MyTextView
|
||||
android:id="@+id/breadcrumb_text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/small_margin"
|
||||
android:paddingTop="@dimen/medium_margin"
|
||||
android:paddingRight="@dimen/small_margin"
|
||||
|
|
Loading…
Reference in a new issue