11 lines
436 B
XML
11 lines
436 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
android:layout_width="match_parent"
|
||
|
android:paddingLeft="16dp"
|
||
|
android:textSize="20sp"
|
||
|
android:gravity="center_vertical"
|
||
|
android:textColor="#FFFFFF"
|
||
|
tools:text="Test"
|
||
|
android:background="?selectableItemBackground"
|
||
|
android:layout_height="56dp" />
|