happy new year
[travelLog.git] / res / layout / list_item.xml
blob4c4344ecdd28133170c3615873c46ff9d9613c5d
1 <?xml version="1.0" encoding="utf-8"?>
2         <!--
3                 Copyright (C) 2010 Felix Bechstein
4         -->
5         <!--
6                 This file is part of TravelLog. This program is free software; you can
7                 redistribute it and/or modify it under the terms of the GNU General
8                 Public License as published by the Free Software Foundation; either
9                 version 3 of the License, or (at your option) any later version.
10         -->
11         <!--
12                 This program is distributed in the hope that it will be useful, but
13                 WITHOUT ANY WARRANTY; without even the implied warranty of
14                 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15                 General Public License for more details. You should have received a
16                 copy of the GNU General Public License along with this program; If
17                 not, see <http://www.gnu.org/licenses/>.
18         -->
19 <TextView xmlns:android="http://schemas.android.com/apk/res/android"
20         android:id="@android:id/text1" android:layout_width="fill_parent"
21         android:layout_height="wrap_content" android:gravity="center_vertical"
22         android:paddingLeft="6dip" android:paddingTop="1dip"
23         android:paddingBottom="1dip" />