Merge branch 'master' into gracia

This commit is contained in:
Gracia Hotmauli
2025-02-09 19:21:53 +07:00
committed by GitHub
67 changed files with 1968 additions and 49 deletions

View File

@ -14,7 +14,7 @@
<color name="blue_700">#33708d</color>
<color name="blue_800">#28576d</color>
<color name="blue_900">#1e4253</color>
<color name="black_50">#ececed</color>
<color name="black_100">#c4c4c7</color>
<color name="black_200">#a7a8ac</color>
@ -25,7 +25,7 @@
<color name="black_700">#2d2f35</color>
<color name="black_800">#232429</color>
<color name="black_900">#1B1C1F</color>
<color name="darkblue_50">#eaebf1</color>
<color name="darkblue_100">#bdc1d4</color>
<color name="darkblue_200">#9da3bf</color>
@ -36,4 +36,8 @@
<color name="darkblue_700">#1f2652</color>
<color name="darkblue_800">#181e40</color>
<color name="darkblue_900">#121731</color>
<color name="gray_1">#E8ECF2</color>
<color name="soft_gray">#7D8FAB</color>
<color name="blue1">#489EC6</color>
</resources>

View File

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="viewpager_current_item_horizontal_margin">32dp</dimen>
<dimen name="viewpager_next_item_visible">16dp</dimen>
<dimen name="horizontal_safe_area">16dp</dimen>
<dimen name="vertical_safe_area">6dp</dimen>
</resources>

View File

@ -1,3 +1,16 @@
<resources>
<string name="app_name">ecommerce_serang</string>
<!--Placeholder-->
<string name="fragment_home_search">Cari produk</string>
<string name="fragment_home_categories">Kategori Produk</string>
<string name="fragment_home_item_categories">Makanan Ringan</string>
<string name="show_all">Lainnya</string>
<string name="item_price_txt">Rp%.1f</string>
<string name="retry">Coba lagi\n</string>
<string name="error_loading">Terdapat error...</string>
<string name="new_products_text">Produk Terbaru</string>
<string name="rating">4.5</string>
</resources>

View File

@ -1,6 +1,6 @@
<resources>
<!-- Base application theme. -->
<style name="Theme.Ecommerce_serang" parent="Theme.AppCompat.Light.NoActionBar">
<style name="Theme.Ecommerce_serang" parent="Theme.Material3.Light.NoActionBar">
<!-- Customize your light theme here. -->
<item name="colorPrimary">@color/blue_500</item>
<item name="colorPrimaryDark">@color/white</item>