Skip to content
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

set spinner and search editText at actionbar and implemented preference #9

Merged
merged 1 commit into from
Apr 28, 2021

Conversation

Taehyuny
Copy link
Contributor

spinner, search editText, and preference.

Copy link
Contributor

@Aftermoon-dev Aftermoon-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good :)

@Override
protected void onCreate(@Nullable Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_setting);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ViewBinding 적용 필요

@@ -7,6 +7,28 @@
tools:context=".MainActivity"
android:orientation="vertical" >

<androidx.appcompat.widget.Toolbar
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MainActivity Layout 변경 없이 Custom Actionbar 적용하는 방향으로 가는게 좋을 듯 (레이아웃 분산으로 수정을 편하게 가능하도록)

Copy link
Member

@ucans ucans left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants