21 lines
838 B
XML
21 lines
838 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"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@color/drawer_menu_group_divider_color"
|
|
android:layout_marginTop="4dp">
|
|
|
|
<TextView
|
|
android:id="@+id/title"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="?android:windowBackground"
|
|
android:paddingStart="15dp"
|
|
android:paddingTop="11dp"
|
|
android:paddingBottom="3dp"
|
|
android:textColor="?drawer_group_text_color"
|
|
android:textSize="12sp"
|
|
tools:ignore="RtlSymmetry" />
|
|
|
|
</FrameLayout> |