refactor: extract BML/MIB product label parsing into dedicated parser utilities

This commit is contained in:
2026-05-18 04:53:40 +05:00
parent 9431a90cd0
commit 8e47101401
4 changed files with 64 additions and 18 deletions
+8
View File
@@ -46,6 +46,14 @@
android:layout_marginTop="2dp"
android:fontFamily="monospace" />
<TextView
android:id="@+id/tvCardProduct"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="?attr/textAppearanceBodySmall"
android:textColor="?attr/colorOnSurfaceVariant"
android:layout_marginTop="2dp" />
</LinearLayout>
<!-- Status pill + balance (prepaid only) -->