aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/view_table_entry_cell.xml
blob: 0430660cf670b3cae8d91f6d09311bbf3ba704fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:textAppearance="?android:attr/textAppearanceMedium"
    android:textColor="#000"
    android:textSize="16sp"
    android:fontFamily="?attr/font_family"
    tools:text="Table content" />