summaryrefslogtreecommitdiffstats
path: root/tests/ThemesTest/res/layout/theme_list_item.xml
blob: f7b56c2d7d23ee6db55aeb62646e466c7554f356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical" android:layout_width="match_parent"
    android:layout_height="64dp">

    <TextView
        android:id="@+id/theme_title"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:gravity="center"
        android:layout_gravity="center_horizontal"
        android:textSize="48dp" />

</LinearLayout>