<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@color/c8">
|
|
<TextView
|
android:id="@+id/option_name"
|
android:layout_width="match_parent"
|
android:layout_height="45dp"
|
android:text="start again"
|
android:textSize="18sp"
|
android:textColor="@color/c2"
|
android:background="@color/c43"
|
android:gravity="center"
|
/>
|
|
</LinearLayout>
|