13 lines
356 B
XML
13 lines
356 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
textSize="20sp"
|
|
textStyle="bold"
|
|
textColor="#000000"
|
|
background="#f5f3f6"
|
|
paddingTop="8dp"
|
|
paddingBottom="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="24dp"
|
|
paddingEnd="24dp"/>
|