set reblogs and favs always in one line

This commit is contained in:
sk
2022-11-11 12:54:17 +01:00
parent 03044b86b1
commit 0ad8f926cc

View File

@@ -12,6 +12,10 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="wrap_content">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<Button <Button
android:id="@+id/reblogs" android:id="@+id/reblogs"
android:layout_width="wrap_content" android:layout_width="wrap_content"
@@ -44,6 +48,8 @@
android:drawableTint="?android:textColorSecondary" android:drawableTint="?android:textColorSecondary"
tools:text="12 favorites"/> tools:text="12 favorites"/>
</LinearLayout>
<Button <Button
android:id="@+id/edit_history" android:id="@+id/edit_history"
android:layout_width="wrap_content" android:layout_width="wrap_content"
@@ -58,7 +64,7 @@
android:drawableStart="@drawable/ic_fluent_edit_20_regular" android:drawableStart="@drawable/ic_fluent_edit_20_regular"
android:drawablePadding="8dp" android:drawablePadding="8dp"
android:drawableTint="?android:textColorSecondary" android:drawableTint="?android:textColorSecondary"
tools:text="edited"/> tools:text="Dec 12, 2021, 12:42 PM"/>
</org.joinmastodon.android.ui.views.AutoOrientationLinearLayout> </org.joinmastodon.android.ui.views.AutoOrientationLinearLayout>