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