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/item_link.xml
Christophe Beyls c1204d8f17 Added EventDetailsFragment and Activity
Renamed AbstractAsyncTaskLoader to LocalCacheLoader
2013-12-29 03:43:14 +01:00

8 lines
338 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/description"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/selectable_background"
android:padding="10dp"
android:textSize="16sp" />