Skip to content

Commit

Permalink
Delete irshulx library and change theme, drawable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jokwanhee committed Dec 15, 2024
1 parent e3f008a commit feb42a9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 0 additions & 2 deletions koin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ dependencies {
implementation(libs.inApp.update.ktx)
implementation(libs.feature.delivery.ktx)

// https://github.com/irshuLx/Android-WYSIWYG-Editor
implementation(libs.laser.native.editor)
implementation(libs.colorpicker)
implementation(libs.photoview)

Expand Down
2 changes: 1 addition & 1 deletion koin/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
android:requestLegacyExternalStorage="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme.NoActionBar"
android:theme="@style/KAPTheme.NoActionBar"
android:usesCleartextTraffic="true"
tools:replace="icon,label">

Expand Down
5 changes: 5 additions & 0 deletions koin/src/main/res/drawable/baseline_arrow_back_24.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:autoMirrored="true" android:height="24dp" android:tint="#000000" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">

<path android:fillColor="@android:color/white" android:pathData="M20,11H7.83l5.59,-5.59L12,4l-8,8 8,8 1.41,-1.41L7.83,13H20v-2z"/>

</vector>
2 changes: 1 addition & 1 deletion koin/src/main/res/layout/activity_dining_notice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
android:layout_height="0dp"
android:layout_marginStart="16dp"
android:padding="8dp"
android:src="@drawable/ic_arrow_back_black_24dp"
android:src="@drawable/ic_arrow_back_black_24"
app:layout_constraintBottom_toBottomOf="@id/tv_dining_notice_topbar"
app:layout_constraintDimensionRatio="1"
app:layout_constraintStart_toStartOf="parent"
Expand Down

0 comments on commit feb42a9

Please sign in to comment.