Improve editor choice & expanded stream UI

This commit is contained in:
Rahul Kumar Patel
2021-02-22 00:10:08 +05:30
parent 86fac3e7c7
commit 548cced8a2
14 changed files with 318 additions and 57 deletions

View File

@@ -21,21 +21,15 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingStart="@dimen/padding_large"
android:paddingTop="@dimen/padding_small"
android:paddingEnd="@dimen/padding_large"
android:paddingBottom="@dimen/padding_small">
android:padding="@dimen/padding_small">
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/title"
android:textAppearance="@style/TextAppearance.Aurora.Line1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:drawableStart="@drawable/ic_arrow_right"
android:drawablePadding="@dimen/padding_small"
android:maxLines="4"
android:gravity="center_vertical"
android:singleLine="false"
android:layout_centerInParent="true"
android:maxLines="4"
android:singleLine="false"
android:textAppearance="@style/TextAppearance.Aurora.Line1"
app:drawableTint="?colorControlNormal" />
</RelativeLayout>