riku
2020-10-10 32e17591ca41ba7b79514f0cb2e2ef6eb3e5a384
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"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:textSize="@dimen/textSize_16"
    android:gravity="center"
    android:textColor="@color/secondary_text"
    android:lines="1"
    android:padding="@dimen/dimen4"
    />