Signal-Android/app/src/main/res/layout/dsl_divider_item.xml

16 lines
564 B
XML
Raw Normal View History

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"
2022-08-09 13:29:04 -03:00
xmlns:tools="http://schemas.android.com/tools"
tools:viewBindingIgnore="true"
2021-05-12 13:02:44 -03:00
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>