Fixed section titles that looked odd due to replicating paddings
This commit is contained in:
parent
a9b00dd537
commit
fb0998f7a2
@ -14,11 +14,20 @@
|
|||||||
|
|
||||||
</data>
|
</data>
|
||||||
|
|
||||||
|
<!--Paddings are trimmed from default section title because recycler adds these paddings for us already-->
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
style="@style/Widget.Text.SectionTitle"
|
style="@style/Widget.Text.SectionTitle"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:paddingStart="0dp"
|
||||||
|
android:paddingLeft="0dp"
|
||||||
|
android:paddingTop="@dimen/margin_generic"
|
||||||
|
android:paddingEnd="0dp"
|
||||||
|
android:paddingRight="0dp"
|
||||||
|
android:paddingBottom="0dp"
|
||||||
android:text="@{item.text}"
|
android:text="@{item.text}"
|
||||||
|
android:textAppearance="@style/TextAppearance.Emphasize"
|
||||||
tools:text="@string/update_available" />
|
tools:text="@string/update_available" />
|
||||||
|
|
||||||
</layout>
|
</layout>
|
Loading…
Reference in New Issue
Block a user