Skip to content

Commit

Permalink
chore: reflect review
Browse files Browse the repository at this point in the history
  • Loading branch information
HeewonP825 committed Jan 31, 2024
1 parent 4a43b7b commit 8a45fab
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 80 deletions.
34 changes: 14 additions & 20 deletions src/mobile/app/src/main/res/layout/fragment_liked.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<com.smilegate.Easel.presentation.NestedScrollableHost
android:layout_width="match_parent"
android:layout_height="match_parent"
<androidx.recyclerview.widget.RecyclerView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
tools:context=".presentation.view.profile.LikedFragment">

<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rvLiked"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingRight="10dp"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
app:layout_constraintTop_toBottomOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
tools:listitem="@layout/item_timeline"
android:clipToPadding="false" />

</com.smilegate.Easel.presentation.NestedScrollableHost>
tools:context=".presentation.view.profile.LikedFragment"
android:id="@+id/rvLiked"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingRight="10dp"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
app:layout_constraintTop_toBottomOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
tools:listitem="@layout/item_timeline"
android:clipToPadding="false" />
34 changes: 14 additions & 20 deletions src/mobile/app/src/main/res/layout/fragment_media.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<com.smilegate.Easel.presentation.NestedScrollableHost
android:layout_width="match_parent"
android:layout_height="match_parent"
<androidx.recyclerview.widget.RecyclerView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
tools:context=".presentation.view.profile.MediaFragment">

<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rvMedia"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingRight="10dp"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
app:layout_constraintTop_toBottomOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
tools:listitem="@layout/item_timeline"
android:clipToPadding="false" />

</com.smilegate.Easel.presentation.NestedScrollableHost>
tools:context=".presentation.view.profile.LikedFragment"
android:id="@+id/rvMedia"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingRight="10dp"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
app:layout_constraintTop_toBottomOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
tools:listitem="@layout/item_timeline"
android:clipToPadding="false" />
34 changes: 14 additions & 20 deletions src/mobile/app/src/main/res/layout/fragment_my_post.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<com.smilegate.Easel.presentation.NestedScrollableHost
android:layout_width="match_parent"
android:layout_height="match_parent"
<androidx.recyclerview.widget.RecyclerView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
tools:context=".presentation.view.profile.MyPostFragment">

<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rvMyPost"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingRight="10dp"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
app:layout_constraintTop_toBottomOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
tools:listitem="@layout/item_timeline"
android:clipToPadding="false" />

</com.smilegate.Easel.presentation.NestedScrollableHost>
tools:context=".presentation.view.profile.LikedFragment"
android:id="@+id/rvMypost"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingRight="10dp"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
app:layout_constraintTop_toBottomOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
tools:listitem="@layout/item_timeline"
android:clipToPadding="false" />
34 changes: 14 additions & 20 deletions src/mobile/app/src/main/res/layout/fragment_reply.xml
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<com.smilegate.Easel.presentation.NestedScrollableHost
android:layout_width="match_parent"
android:layout_height="match_parent"
<androidx.recyclerview.widget.RecyclerView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
tools:context=".presentation.view.profile.ReplyFragment">

<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rvReply"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingRight="10dp"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
app:layout_constraintTop_toBottomOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
tools:listitem="@layout/item_timeline"
android:clipToPadding="false" />

</com.smilegate.Easel.presentation.NestedScrollableHost>
tools:context=".presentation.view.profile.LikedFragment"
android:id="@+id/rvReply"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingRight="10dp"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
app:layout_constraintTop_toBottomOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
tools:listitem="@layout/item_timeline"
android:clipToPadding="false" />

0 comments on commit 8a45fab

Please sign in to comment.