-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
16 changed files
with
222 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<font-family xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<font | ||
android:font="@font/pretendard_bold" | ||
android:fontStyle="normal" | ||
android:fontWeight="700" /> | ||
<font | ||
android:font="@font/pretendard_bold" | ||
android:fontStyle="italic" | ||
android:fontWeight="700" /> | ||
</font-family> |
11 changes: 11 additions & 0 deletions
11
presentation/src/main/res/font/font_pretendard_extrabold.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<font-family xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<font | ||
android:font="@font/pretendard_extrabold" | ||
android:fontStyle="normal" | ||
android:fontWeight="800" /> | ||
<font | ||
android:font="@font/pretendard_extrabold" | ||
android:fontStyle="italic" | ||
android:fontWeight="800" /> | ||
</font-family> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<font-family xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<font | ||
android:font="@font/pretendard_medium" | ||
android:fontStyle="normal" | ||
android:fontWeight="500" /> | ||
<font | ||
android:font="@font/pretendard_medium" | ||
android:fontStyle="italic" | ||
android:fontWeight="500" /> | ||
</font-family> |
11 changes: 11 additions & 0 deletions
11
presentation/src/main/res/font/font_pretendard_regular.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<font-family xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<font | ||
android:font="@font/pretendard_regular" | ||
android:fontStyle="normal" | ||
android:fontWeight="400" /> | ||
<font | ||
android:font="@font/pretendard_regular" | ||
android:fontStyle="italic" | ||
android:fontWeight="400" /> | ||
</font-family> |
11 changes: 11 additions & 0 deletions
11
presentation/src/main/res/font/font_pretendard_semibold.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<font-family xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<font | ||
android:font="@font/pretendard_semibold" | ||
android:fontStyle="normal" | ||
android:fontWeight="600" /> | ||
<font | ||
android:font="@font/pretendard_semibold" | ||
android:fontStyle="italic" | ||
android:fontWeight="600" /> | ||
</font-family> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<style name="TextAppearance.Doorip" parent=""> | ||
<item name="android:textStyle">normal</item> | ||
<item name="android:textColor">@color/black_000</item> | ||
<item name="android:textAllCaps">false</item> | ||
<item name="android:includeFontPadding">false</item> | ||
<item name="android:lineSpacingMultiplier">1.0</item> | ||
</style> | ||
|
||
<style name="TextAppearance.Doorip.Head1"> | ||
<item name="fontFamily">@font/font_pretendard_extrabold</item> | ||
<item name="android:textSize">24sp</item> | ||
<item name="android:paddingVertical">6sp</item> | ||
</style> | ||
|
||
<style name="TextAppearance.Doorip.Head2"> | ||
<item name="fontFamily">@font/font_pretendard_bold</item> | ||
<item name="android:textSize">22sp</item> | ||
<item name="android:paddingVertical">5sp</item> | ||
</style> | ||
|
||
<style name="TextAppearance.Doorip.Head3"> | ||
<item name="fontFamily">@font/font_pretendard_semibold</item> | ||
<item name="android:textSize">20sp</item> | ||
<item name="android:paddingVertical">5sp</item> | ||
</style> | ||
|
||
<style name="TextAppearance.Doorip.Head4"> | ||
<item name="fontFamily">@font/font_pretendard_medium</item> | ||
<item name="android:textSize">18sp</item> | ||
<item name="android:paddingVertical">5sp</item> | ||
</style> | ||
|
||
<style name="TextAppearance.Doorip.Body1"> | ||
<item name="android:textSize">16sp</item> | ||
<item name="android:paddingVertical">6sp</item> | ||
</style> | ||
|
||
<style name="TextAppearance.Doorip.Body1.Bold"> | ||
<item name="fontFamily">@font/font_pretendard_bold</item> | ||
</style> | ||
|
||
<style name="TextAppearance.Doorip.Body1.Regular"> | ||
<item name="fontFamily">@font/font_pretendard_regular</item> | ||
</style> | ||
|
||
<style name="TextAppearance.Doorip.Body2"> | ||
<item name="android:textSize">15sp</item> | ||
<item name="android:paddingVertical">4sp</item> | ||
</style> | ||
|
||
<style name="TextAppearance.Doorip.Body2.Bold"> | ||
<item name="fontFamily">@font/font_pretendard_bold</item> | ||
</style> | ||
|
||
<style name="TextAppearance.Doorip.Body2.Regular"> | ||
<item name="fontFamily">@font/font_pretendard_regular</item> | ||
</style> | ||
|
||
<style name="TextAppearance.Doorip.Body3"> | ||
<item name="android:textSize">14sp</item> | ||
<item name="android:paddingVertical">3sp</item> | ||
</style> | ||
|
||
<style name="TextAppearance.Doorip.Body3.Bold"> | ||
<item name="fontFamily">@font/font_pretendard_bold</item> | ||
</style> | ||
|
||
<style name="TextAppearance.Doorip.Body3.Regular"> | ||
<item name="fontFamily">@font/font_pretendard_regular</item> | ||
</style> | ||
|
||
<style name="TextAppearance.Doorip.Detail1"> | ||
<item name="android:textSize">13sp</item> | ||
<item name="android:paddingVertical">3sp</item> | ||
</style> | ||
|
||
<style name="TextAppearance.Doorip.Detail1.Bold"> | ||
<item name="fontFamily">@font/font_pretendard_bold</item> | ||
</style> | ||
|
||
<style name="TextAppearance.Doorip.Detail1.Regular"> | ||
<item name="fontFamily">@font/font_pretendard_regular</item> | ||
</style> | ||
|
||
<style name="TextAppearance.Doorip.Detail2"> | ||
<item name="android:textSize">12sp</item> | ||
<item name="android:paddingVertical">3sp</item> | ||
</style> | ||
|
||
<style name="TextAppearance.Doorip.Detail2.Bold"> | ||
<item name="fontFamily">@font/font_pretendard_bold</item> | ||
</style> | ||
|
||
<style name="TextAppearance.Doorip.Detail2.Regular"> | ||
<item name="fontFamily">@font/font_pretendard_regular</item> | ||
</style> | ||
|
||
<style name="TextAppearance.Doorip.Detail3"> | ||
<item name="android:textSize">11sp</item> | ||
<item name="android:paddingVertical">3sp</item> | ||
</style> | ||
|
||
<style name="TextAppearance.Doorip.Detail3.Regular"> | ||
<item name="fontFamily">@font/font_pretendard_regular</item> | ||
</style> | ||
|
||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,34 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="purple_200">#FFBB86FC</color> | ||
<color name="purple_500">#FF6200EE</color> | ||
<color name="purple_700">#FF3700B3</color> | ||
<color name="teal_200">#FF03DAC5</color> | ||
<color name="teal_700">#FF018786</color> | ||
<color name="black">#FF000000</color> | ||
<color name="white">#FFFFFFFF</color> | ||
|
||
<!-- Main _ Tangerine --> | ||
<color name="red_100">#FAD3C6</color> | ||
<color name="red_200">#FCAD95</color> | ||
<color name="red_300">#FE8763</color> | ||
<color name="red_400">#FE6032</color> | ||
<color name="red_500">#FF4F17</color> | ||
<color name="red_600">#E03600</color> | ||
|
||
<!-- Sub _ Cool Gray --> | ||
<color name="white_000">#FFFFFF</color> | ||
<color name="black_000">#151515</color> | ||
|
||
<color name="gray_50">#F3F3F6</color> | ||
<color name="gray_200">#C3C4CE</color> | ||
<color name="gray_300">#9093A8</color> | ||
<color name="gray_400">#4A4D63</color> | ||
<color name="gray_500">#36394F</color> | ||
<color name="gray_600">#292C3C</color> | ||
<color name="gray_700">#1D1F29</color> | ||
<color name="gray_900">#15171E</color> | ||
|
||
<!-- Transparent --> | ||
<color name="transparent">#00000000</color> | ||
<color name="transparent_70">#B3000000</color> | ||
<color name="transparent_50">#80000000</color> | ||
<color name="transparent_30">#4D000000</color> | ||
|
||
<!-- Custom --> | ||
<color name="kakao_yellow">#FEE500</color> | ||
|
||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,13 @@ | ||
<resources xmlns:tools="http://schemas.android.com/tools"> | ||
<!-- Base application theme. --> | ||
<style name="Theme.GoingGoing" parent="Theme.MaterialComponents.Light.NoActionBar"> | ||
<!-- Primary brand color. --> | ||
<item name="colorPrimary">@color/purple_500</item> | ||
<item name="colorPrimaryVariant">@color/purple_700</item> | ||
<item name="colorOnPrimary">@color/white</item> | ||
<!-- Secondary brand color. --> | ||
<item name="colorSecondary">@color/teal_200</item> | ||
<item name="colorSecondaryVariant">@color/teal_700</item> | ||
<item name="colorOnSecondary">@color/black</item> | ||
<style name="Base.Theme.Doorip" parent="Theme.MaterialComponents.Light.NoActionBar"> | ||
|
||
<!-- Status bar color. --> | ||
<item name="android:statusBarColor">@android:color/transparent</item> | ||
<item name="android:windowLightStatusBar">true</item> | ||
<!-- Customize your theme here. --> | ||
|
||
</style> | ||
|
||
<style name="Theme.Doorip" parent="Base.Theme.Doorip" /> | ||
|
||
</resources> |