Merapihkan Readme dan Merubah Judul "Sistem Unit" menjadi "USC Units"
This commit is contained in:
parent
2cbe128a08
commit
5188f23db4
10
README.md
10
README.md
@ -193,14 +193,4 @@ data class BMIResult(
|
|||||||
3. Masukkan berat badan (kg atau lbs)
|
3. Masukkan berat badan (kg atau lbs)
|
||||||
4. Tekan tombol "Hitung BMI"
|
4. Tekan tombol "Hitung BMI"
|
||||||
5. Lihat hasil BMI dengan kategori dan deskripsi lengkap
|
5. Lihat hasil BMI dengan kategori dan deskripsi lengkap
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 📈 Future Improvements
|
|
||||||
- [ ] Menyimpan riwayat perhitungan BMI
|
|
||||||
- [ ] Grafik trend BMI dari waktu ke waktu
|
|
||||||
- [ ] Rekomendasi diet dan olahraga
|
|
||||||
- [ ] Export hasil ke PDF
|
|
||||||
- [ ] Multi-language support
|
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -87,7 +87,7 @@ fun UnitSystemCard(
|
|||||||
) {
|
) {
|
||||||
Column {
|
Column {
|
||||||
Text(
|
Text(
|
||||||
text = "Sistem Unit",
|
text = "USC Units",
|
||||||
style = MaterialTheme.typography.titleMedium,
|
style = MaterialTheme.typography.titleMedium,
|
||||||
fontWeight = FontWeight.Bold
|
fontWeight = FontWeight.Bold
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user