change first breadcrumb height to wrap_content

This commit is contained in:
tibbi 2022-07-02 11:31:02 +02:00
parent 7aa4e8ba52
commit 59f607b407

View file

@ -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"