detail product

This commit is contained in:
shaulascr
2025-03-25 03:08:06 +07:00
parent 205205059d
commit 733b5293eb
23 changed files with 815 additions and 219 deletions

View File

@ -47,4 +47,19 @@
<string name="forget_password">Lupa Kata Sandi?</string>
<string name="enter_otp">Masukkan Kode OTP</string>
<string name="sold_product_text">Produk Terlaris</string>
<string name="item_sold">Terjual 10 buah</string>
<string name="product_image">produc image</string>
<string name="ulasan_pembeli">Ulasan Pembeli</string>
<string name="lihat_semua">Lihat Semua</string>
<string name="detail_produk">Detail Produk</string>
<string name="berat_produk">Berat</string>
<string name="stock_product">Stok</string>
<string name="deskripsi_produk">Deskripsi Produk</string>
<string name="kategori">Kategori</string>
<string name="seller_image">Seller Profile Picture</string>
<string name="produk_lainnya">Produk Lainnya</string>
<string name="add_to_cart">Keranjang</string>
<string name="beli_sekarang">Beli Sekarang</string>
<!-- TODO: Remove or change this placeholder text -->
<string name="hello_blank_fragment">Hello blank fragment</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>