-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.2.0/AN-UI, AN-FEAT] 특성 목록 스크롤 시 앱 바 애니메이션 적용 #464
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다 심지! string 지역화가 아직 머지가 안돼서 같이 뭉태기로 보이는게 맞겠죵?
<androidx.coordinatorlayout.widget.CoordinatorLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent"> | ||
|
||
<com.google.android.material.appbar.MaterialToolbar | ||
android:id="@+id/toolbar_ability" | ||
style="@style/CustomToolbarStyle" | ||
android:layout_width="0dp" | ||
android:layout_height="?attr/actionBarSize" | ||
android:contentInsetStartWithNavigation="0dp" | ||
app:layout_constraintEnd_toEndOf="parent" | ||
app:layout_constraintStart_toStartOf="parent" | ||
app:layout_constraintTop_toTopOf="parent" | ||
app:title="@string/ability_title_name"> | ||
|
||
<androidx.appcompat.widget.SearchView | ||
style="@style/CustomSearchViewStyle" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_gravity="end|center_vertical" | ||
android:theme="@style/CustomSearchViewTheme" | ||
app:onQueryTextChange="@{vm}" | ||
app:queryHint="@string/ability_search_hint" /> | ||
|
||
</com.google.android.material.appbar.MaterialToolbar> | ||
android:layout_height="match_parent" | ||
tools:context=".presentation.ability.AbilityActivity"> | ||
|
||
<com.google.android.material.appbar.AppBarLayout | ||
android:id="@+id/app_bar_ability" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:background="@color/poke_black" | ||
app:liftOnScrollColor="@color/poke_black"> | ||
|
||
<com.google.android.material.appbar.MaterialToolbar | ||
android:id="@+id/toolbar_ability" | ||
style="@style/CustomToolbarStyle" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
app:layout_scrollFlags="scroll|enterAlways" | ||
app:title="@string/ability_title_name" | ||
app:titleTextColor="@color/poke_white"> | ||
|
||
<androidx.appcompat.widget.SearchView | ||
style="@style/CustomSearchViewStyle" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_gravity="end|center_vertical" | ||
app:onQueryTextChange="@{vm}" | ||
app:queryHint="@string/ability_search_hint" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요 부분이군요!! 저도 바꾸겠습니당.. 하 내 시간 ㅋㅋㅋ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍👍👍👍👍
6ce9471
to
4f031b0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰가 늦었네요 미안합니다 😱
@@ -10,51 +10,48 @@ | |||
type="poke.rogue.helper.presentation.ability.AbilityViewModel" /> | |||
</data> | |||
|
|||
|
|||
<androidx.constraintlayout.widget.ConstraintLayout | |||
<androidx.coordinatorlayout.widget.CoordinatorLayout |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
굿입니다 👍👍
작업 영상
Untitled.Video.mov
작업한 내용
PR 포인트
🚀Next Feature