Skip to content

Commit

Permalink
Merge pull request #6 from MoyuruAizawa/rename-rootprojectname
Browse files Browse the repository at this point in the history
rename rootProject.name
  • Loading branch information
MoyuruAizawa authored Apr 13, 2023
2 parents 8f9cb37 + cb888b3 commit aa28f82
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/Theme.ComposeImageCropperSample"
android:theme="@style/Theme.CropifySample"
tools:targetApi="31">
<activity
android:name=".MainActivity"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/Theme.ComposeImageCropperSample">
android:theme="@style/Theme.CropifySample">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">

<style name="Theme.ComposeImageCropperSample" parent="android:Theme.Material.Light.NoActionBar">
<style name="Theme.CropifySample" parent="android:Theme.Material.Light.NoActionBar">
<item name="android:navigationBarColor">@android:color/transparent</item>
<item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:windowLightStatusBar" tools:targetApi="m">true</item>
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ dependencyResolutionManagement {
mavenCentral()
}
}
rootProject.name = "ComposeImageCropperSample"
rootProject.name = "Cropify"
include ':app'
include ':cropify'

0 comments on commit aa28f82

Please sign in to comment.