mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-14 00:11:40 +00:00
Migrate ProfileFragment to kotlin and use viewmodel
This commit is contained in:
parent
bdad254f5d
commit
27d919e6b2
30 changed files with 2024 additions and 1620 deletions
|
|
@ -5,7 +5,8 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="?attr/colorSurface"
|
||||
app:layoutDescription="@xml/header_list_scene">
|
||||
app:layoutDescription="@xml/header_list_scene"
|
||||
tools:layoutDescription="@xml/profile_fragment_no_acc_layout">
|
||||
|
||||
<include
|
||||
android:id="@+id/header"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue