move metadata to profile

This commit is contained in:
sk
2023-02-03 14:50:06 +01:00
parent 35e0897869
commit 72f638c96c
4 changed files with 288 additions and 29 deletions

View File

@@ -303,9 +303,15 @@
android:ellipsize="middle"
tools:text="followers"/>
</LinearLayout>
</LinearLayout>
<me.grishka.appkit.views.UsableRecyclerView
android:id="@+id/metadata"
android:background="?colorBackgroundLightest"
android:layout_below="@id/profile_counters"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</RelativeLayout>
<org.joinmastodon.android.ui.tabs.TabLayout