mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2026-02-11 10:34:51 +00:00
10 lines
449 B
XML
10 lines
449 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:minHeight="?android:attr/listPreferredItemHeight"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
android:paddingLeft="35dip"
|
|
android:gravity="center_vertical"
|
|
android:textColor="#000000"/> |