2021-05-12 13:02:44 -03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
<View
|
2022-05-26 17:32:52 -03:00
|
|
|
android:alpha="0.16"
|
2021-05-12 13:02:44 -03:00
|
|
|
android:layout_width="match_parent"
|
2022-05-26 17:32:52 -03:00
|
|
|
android:layout_height="1.5dp"
|
|
|
|
android:layout_marginTop="16.25dp"
|
|
|
|
android:layout_marginBottom="16.25dp"
|
|
|
|
android:background="@color/signal_colorOutline" />
|
2021-05-12 13:02:44 -03:00
|
|
|
|
|
|
|
</FrameLayout>
|