Skip to content

Commit

Permalink
앱 아이콘 변경 (#118)
Browse files Browse the repository at this point in the history
* 축제 기능 추가 (#115)

* 레이아웃에 토글버튼 추가

* 뷰모델에 플래그와 토글함수 추가

* 뷰모델 플래그와 뷰 연결

* 메뉴 필터링

* 날짜에 따른 필터링 여부 조정

* lint

* 토글버튼 디자인 변경 반영

* 날짜 수정

* 홍보 배너 추가 (내용물과 링크는 임시)

* 홍보 배너 완성

* 날짜 플래그 최종 수정

* vm.showFestival에 observe 부착

* Update README.md (#110)

* 앱 아이콘 변경

* Revert "축제 기능 추가 (#115)"

This reverts commit 194d4de.

---------

Co-authored-by: Shim Woojin <[email protected]>
Co-authored-by: 송동엽 <[email protected]>
  • Loading branch information
3 people authored Nov 10, 2024
1 parent ef26410 commit c81686a
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
<application
android:name="com.wafflestudio.siksha2.SikshaApplication"
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:requestLegacyExternalStorage="true"
android:roundIcon="@drawable/ic_launcher"
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:theme="@style/Theme.Siksha"
android:usesCleartextTraffic="true">
Expand Down
Binary file modified app/src/main/ic_launcher-playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c81686a

Please sign in to comment.