auto-orientation counters alignment

closes sk22#381
This commit is contained in:
sk
2023-02-03 15:35:36 +01:00
parent dad58f8245
commit 63dad42bf3

View File

@@ -221,7 +221,7 @@
android:layout_height="wrap_content"
android:paddingTop="4dp" />
<LinearLayout
<org.joinmastodon.android.ui.views.AutoOrientationLinearLayout
android:id="@+id/profile_counters"
android:background="?colorBackgroundLightest"
android:layout_below="@id/metadata"
@@ -312,7 +312,7 @@
android:ellipsize="middle"
tools:text="followers"/>
</LinearLayout>
</LinearLayout>
</org.joinmastodon.android.ui.views.AutoOrientationLinearLayout>
</RelativeLayout>