NewPipe/app/src/main/res/layout/settings_category_header_la...

25 lines
831 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2020-10-09 20:24:02 +02:00
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<FrameLayout
android:layout_width="match_parent"
android:layout_height="14dp"
android:background="?attr/contrast_background_color">
<View
android:layout_width="match_parent"
android:layout_height="5dp"
2020-10-09 20:24:02 +02:00
android:background="?attr/toolbar_shadow" />
</FrameLayout>
<org.schabi.newpipe.views.NewPipeTextView
android:layout_width="match_parent"
android:layout_height="1dp"
2020-10-09 20:24:02 +02:00
android:background="?attr/separator_color" />
2020-10-09 20:24:02 +02:00
<include layout="@layout/settings_category_header_title" />
</LinearLayout>