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

11 lines
253 B
XML

<!-- 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"
/>