summaryrefslogtreecommitdiffstats
path: root/SamsungServiceMode/res/layout/list_item.xml
blob: 4f45ed47e900bce1517ca719f2988101740a6599 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:id="@+id/displayListItem"
    android:textSize="20.0sp"
    />