19 lines
720 B
XML
19 lines
720 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout 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="?selectableItemBackground"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:id="@+id/option"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:padding="12dp"
|
|
android:textColor="@android:color/primary_text_light"
|
|
android:textSize="15sp"
|
|
tools:text="OOXX"/>
|
|
|
|
</LinearLayout> |