POZO_Retail/app/build/intermediates/merged-not-compiled-resources/release/layout/divider_layout.xml

11 lines
253 B
XML
Raw Normal View History

2025-08-26 13:45:32 +05:30
<!-- divider_layout.xml -->
<View
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/dividerView"
android:layout_width="match_parent"
android:layout_height="5dp"
android:background="@color/darkgrey"
/>