1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00
matomocamp-companion-android/res/layout/header_person_info.xml
Christophe Beyls 17857bbf5d Added PersonInfoListFragment and activity
Fine-tuned dimensions and added more of them in dimens.xml
2013-12-30 00:01:56 +01:00

22 lines
No EOL
703 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="sans-serif-light"
android:textIsSelectable="true"
android:textSize="@dimen/title_text_size" />
<TextView
style="@style/HeaderStyle"
android:layout_marginTop="16dp"
android:text="@string/talks_header" />
<View style="@style/HeaderLineStyle" />
</LinearLayout>