16 lines
No EOL
564 B
XML
16 lines
No EOL
564 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:viewBindingIgnore="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<View
|
|
android:alpha="0.16"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1.5dp"
|
|
android:layout_marginTop="16.25dp"
|
|
android:layout_marginBottom="16.25dp"
|
|
android:background="@color/signal_colorOutline" />
|
|
|
|
</FrameLayout> |