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
2014-01-03 02:21:50 +01:00

9 lines
416 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:focusable="true"
android:padding="@dimen/list_item_padding"
android:textSize="@dimen/list_item_medium_text_size" />