mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2026-02-10 10:05:15 +00:00
8 lines
331 B
XML
8 lines
331 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:checkMark="?android:attr/listChoiceIndicatorSingle"
|
|
android:gravity="center_vertical"
|
|
android:textColor="#000000"/> |