2023-03-30 17:29:03 +09:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2024-07-31 20:38:44 +09:00
|
|
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
2023-03-30 17:29:03 +09:00
|
|
|
<style name="sss">
|
2024-07-31 20:38:44 +09:00
|
|
|
<item name="android:statusBarColor" tools:targetApi="l">@color/black</item>
|
2023-03-30 17:29:03 +09:00
|
|
|
<item name="android:fontFamily">@font/kcc_sonkeechung</item>
|
|
|
|
|
<item name="android:textSize">14dp</item>
|
|
|
|
|
<item name="android:textAlignment">textStart</item>
|
|
|
|
|
</style>
|
|
|
|
|
<style name="StepsEditorStyle">
|
2024-07-31 20:38:44 +09:00
|
|
|
<item name="android:statusBarColor" tools:targetApi="l">@color/black</item>
|
2023-03-30 17:29:03 +09:00
|
|
|
<item name="android:layout_width">match_parent</item>>
|
|
|
|
|
<item name="android:layout_height">@dimen/setting_item_height</item>>
|
|
|
|
|
</style>
|
|
|
|
|
</resources>
|