티스토리 뷰


<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".activity.MainActivity">
<FrameLayout
android:id="@+id/main_frag"
android:layout_width="match_parent"
android:layout_height="0dp"
app:layout_constraintBottom_toTopOf="@+id/main_nav"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent">
</FrameLayout>
<com.kwon.mystroygame.widget.BottomNavigationContainer
android:id="@+id/main_nav"
android:layout_width="match_parent"
android:layout_height="50dp"
android:background="#333333"
app:nv_text_styles="@style/bottom_nav_text"
app:nv_item_selector="@drawable/checkable_bottom_nav"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
>
<com.kwon.mystroygame.widget.BottomNavigationItem
android:id="@+id/bottom_story_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:nv_image_src="@drawable/icon_pen_3"
app:nv_text="@string/story"
app:nv_action="@string/action_story"
/>
<com.kwon.mystroygame.widget.BottomNavigationItem
android:id="@+id/bottom_option_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:nv_image_src="@drawable/icon_search"
app:nv_text="@string/option"
app:nv_action="@string/action_option"
/>
<com.kwon.mystroygame.widget.BottomNavigationItem
android:id="@+id/bottom_start_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:nv_image_src="@drawable/icon_start"
app:nv_text="@string/start"
app:nv_action="@string/action_start"
/>
<com.kwon.mystroygame.widget.BottomNavigationItem
android:id="@+id/bottom_collection_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:nv_image_src="@drawable/icon_book"
app:nv_text="@string/collection"
app:nv_action="@string/action_collection"
/>
<com.kwon.mystroygame.widget.BottomNavigationItem
android:id="@+id/bottom_setting_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:nv_image_src="@drawable/icon_setting"
app:nv_text="@string/setting"
app:nv_action="@string/action_setting"
/>
</com.kwon.mystroygame.widget.BottomNavigationContainer>
</androidx.constraintlayout.widget.ConstraintLayout>
끝!!
'Diary > 300~400' 카테고리의 다른 글
| 351일차 - The Story (가명) : Play Layout (0) | 2021.12.21 |
|---|---|
| 350일차 - The Story (가명) : Bottom Navigation 완성 (0) | 2021.12.20 |
| 348일차 - The Story (가명) : DB 설계 (0) | 2021.12.18 |
| 347일차 - The Story (가명) : 기본 설정 (0) | 2021.12.17 |
| 346일차 - The Story (가명) : 필요한 기능 (0) | 2021.12.16 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- injectable
- Prompt Engineering
- 크로스플랫폼
- KE-T5
- TypeScript
- OpenAI GPT
- python 기초
- Clean Architecture
- 파이썬 기초
- AWS CDK
- riverpod
- flutter
- 내러티브 게임
- https://github.com/kwongeneral/kortfolio.git
- 클린 아키텍처
- 파이썬
- 자막 생성기
- 상태관리
- kotlin
- python
- Single Table Design
- 개발자
- 서버리스 아키텍처
- flutter 개발자
- flutter 면접 질문
- https://www.kwonputer.shop/
- aws lambda
- dynamodb
- Compose
- ai 게임 개발
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
글 보관함