reply part before reblog part

This commit is contained in:
sk
2023-03-16 19:14:28 +01:00
parent fdca799a5f
commit 8dfc1ecae8
2 changed files with 7 additions and 4 deletions

View File

@@ -8,13 +8,13 @@
android:layout_marginBottom="-12dp">
<TextView
android:id="@+id/text"
android:id="@+id/extra_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingTop="16dp"
android:paddingBottom="6dp"
android:textAppearance="@style/m3_title_small"
android:drawableStart="@drawable/ic_fluent_arrow_repeat_all_20_filled"
android:drawableStart="@drawable/ic_fluent_arrow_reply_20_filled"
android:drawableTint="?android:textColorSecondary"
android:drawablePadding="6dp"
android:singleLine="true"
@@ -34,13 +34,13 @@
android:text="@string/sk_separator" />
<TextView
android:id="@+id/extra_text"
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingTop="16dp"
android:paddingBottom="6dp"
android:textAppearance="@style/m3_title_small"
android:drawableStart="@drawable/ic_fluent_arrow_reply_20_filled"
android:drawableStart="@drawable/ic_fluent_arrow_repeat_all_20_filled"
android:drawableTint="?android:textColorSecondary"
android:drawablePadding="6dp"
android:singleLine="true"