Improve editors choice stream

This commit is contained in:
Rahul Kumar Patel
2021-02-21 20:04:30 +05:30
parent 0471e52b65
commit cd96e80930
9 changed files with 226 additions and 11 deletions

View File

@@ -18,14 +18,24 @@
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="@dimen/padding_small">
android:paddingStart="@dimen/padding_large"
android:paddingTop="@dimen/padding_small"
android:paddingEnd="@dimen/padding_large"
android:paddingBottom="@dimen/padding_small">
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/title"
style="@style/AuroraTextStyle.Subtitle.Alt"
android:textAppearance="@style/TextAppearance.Aurora.Line1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:maxLines="2" />
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"
app:drawableTint="?colorControlNormal" />
</RelativeLayout>