summaryrefslogtreecommitdiffstats
path: root/res/layout/char_details.xml
blob: 57a6b353ea52a7aac18868c06837d0c84227dae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:padding="10dp"
    android:orientation="vertical"
    android:background="#f0e0e0e0">
  <TextView android:id="@+id/detailsLabel"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:textSize="20sp"
    android:textColor="#ff000000" />
  <TextView android:id="@+id/utf8Label"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:textSize="16sp"
    android:textColor="#ff404040" />
</LinearLayout>