Skip to content

chaewonS/SMORE_APP

Repository files navigation

SMORE_APP

🧸

<8/4>

1. Sidebar

2. Popup

-1) Dialog 상속

-2) 메니페스트에서 Dialog 종류 선택 (메니페스트에서 작성해야 intent로 화면 전환 가능함)

3. 화면 전환 -intent 전달

<8/5>

4.Text 중앙 정렬(gravity center)

5.하단바 고정

-상단에 있는 뷰에 height=0dp, weight=1 설정하면, 아래 생성한 view의 영역을 제외한 나머지 전체를 영역으로 잡음

6. 버튼 클릭 시 이벤트 효과

-클릭 boolean a = true; (a==true) ~ a=false ~ else ~ a=true

-1) ImageButton 이미지 변경(setImageResource)

-2) Button Background 변경(setBackgroundColor/setBackgroundDrawable)

7. 가로선

-android:layout_height="1dp" / android:layout_width="match_parent"

<8/6>

8. setBackgroundColor

-setBackgroundColor(Color.praseColor("#~"))

9. 버튼 위치 수정(margin 조절)

-layout_marginStart="1dp" / layout_marginLeft="0dp"

<8/9>

10. icon 추가

-mipmap -> image asset

-Manifest 파일 수정 (icon/round_icon)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages