1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-10-31 00:07:39 +02:00
Files
vcmi/android/vcmi-app/src/main/res/layout/inc_separator.xml
2023-03-02 12:09:47 +03:00

7 lines
255 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android">
<View
android:layout_width="match_parent"
android:layout_height="1px"
android:background="@color/separator" />
</layout>