Project

General

Profile

Download (456 Bytes) Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / res / layout / settings_spinner_item.xml @ 0a9adc31

1 2eb70e4a leszek
<?xml version="1.0" encoding="utf-8"?>
2
3
<TextView
4
    xmlns:android="http://schemas.android.com/apk/res/android"
5
    style="?android:attr/spinnerItemStyle"
6 236cc1c1 leszek
    android:layout_width="160dp"
7 2eb70e4a leszek
    android:layout_height="wrap_content"
8 236cc1c1 leszek
    android:paddingTop="8dp"
9
    android:paddingBottom="8dp"
10 2eb70e4a leszek
    android:textSize="24sp"
11 236cc1c1 leszek
    android:gravity="start"
12 2eb70e4a leszek
    android:singleLine="true"
13 0a9adc31 leszek
    android:textColor="@color/white"
14
    android:background="?veryDarkC"
15 2eb70e4a leszek
    />