mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-08 15:57:29 +00:00
23 lines
904 B
XML
23 lines
904 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">
|
||
|
|
||
|
<androidx.appcompat.widget.AppCompatTextView
|
||
|
android:id="@+id/header"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_gravity="center"
|
||
|
android:layout_marginTop="4dp"
|
||
|
android:layout_marginBottom="4dp"
|
||
|
android:background="@drawable/bg_dm_date_header"
|
||
|
android:paddingStart="8dp"
|
||
|
android:paddingTop="4dp"
|
||
|
android:paddingEnd="8dp"
|
||
|
android:paddingBottom="4dp"
|
||
|
android:textAppearance="@style/TextAppearance.MaterialComponents.Caption"
|
||
|
android:textColor="@color/white"
|
||
|
tools:text="24-11-2020" />
|
||
|
|
||
|
</FrameLayout>
|