Improve: Top Appbar Text Alignment

This commit is contained in:
LooKeR
2021-10-27 18:09:59 +05:30
parent b9d283a671
commit d1c3454635
2 changed files with 7 additions and 4 deletions

View File

@ -31,7 +31,7 @@
android:id="@+id/section_name"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/text_margin"
android:layout_marginStart="20dp"
android:layout_weight="1"
android:gravity="center_vertical"
android:textColor="?android:attr/textColor"
@ -42,6 +42,7 @@
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_marginStart="12dp"
android:layout_marginEnd="20dp"
android:src="@drawable/ic_arrow_down"
tools:ignore="ContentDescription" />