aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/iitem_text.xml
blob: f86a7d0caf66694bc546e9cef1328c0c3ca43fef (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/item_text_view"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:clickable="true"
    android:focusable="true"
    android:paddingBottom="@dimen/kau_activity_vertical_margin"
    android:paddingEnd="@dimen/kau_padding_small"
    android:paddingStart="@dimen/kau_activity_horizontal_margin"
    android:paddingTop="@dimen/kau_padding_small" />