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

19 lines
704 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"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="48dp"
android:paddingStart="@dimen/dsl_settings_gutter"
android:paddingTop="16dp"
android:paddingEnd="@dimen/dsl_settings_gutter"
android:paddingBottom="12dp">
<TextView
android:id="@+id/section_header"
android:layout_width="match_parent"
2021-05-12 13:02:44 -03:00
android:layout_height="wrap_content"
2022-05-26 17:32:52 -03:00
android:textAppearance="@style/Signal.Text.TitleSmall"
2021-05-12 13:02:44 -03:00
tools:text="Section Header" />
</FrameLayout>