Skip to content

Commit

Permalink
[AN] feat: 아이콘 & 각종 이미지 추가 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinuemong authored Jul 25, 2024
1 parent 034238e commit 251bf92
Show file tree
Hide file tree
Showing 6 changed files with 296 additions and 3 deletions.
163 changes: 163 additions & 0 deletions android/app/src/main/res/drawable/ic_group_normal.xml

Large diffs are not rendered by default.

129 changes: 129 additions & 0 deletions android/app/src/main/res/drawable/ic_login_image.xml

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion android/app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@
android:id="@+id/line_bottom_navigation"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/black"
android:background="@color/gray02"
app:layout_constraintBottom_toTopOf="@id/bottom_navi"
app:layout_constraintTop_toBottomOf="@id/nav_host_fragment_container" />

<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/bottom_navi"
android:layout_width="match_parent"
android:layout_height="wrap_content"

android:background="@color/white"
android:clipChildren="false"
app:elevation="0dp"
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/res/menu/menu_main_bottom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<item
android:id="@+id/woofFragment"
android:enabled="true"
android:icon="@drawable/ic_dog"
android:icon="@drawable/ic_map"
android:title="@string/bottom_woof" />

<item
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<!--내비게이션 메뉴-->
<string name="bottom_home">홈</string>
<string name="bottom_woof">멍멍짖기</string>
<string name="bottom_woof">친구찾기</string>
<string name="bottom_chat">채팅</string>
<string name="bottom_my_page">나의 댕댕이</string>

Expand Down

0 comments on commit 251bf92

Please sign in to comment.