riku
2025-10-31 1897c4ad5fa73b3f0a36e1aa0e1e9000302a6ace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<TextView
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/tv_text"
    tools:text="01月"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:paddingStart="12dp"
    android:paddingEnd="12dp"
    android:paddingTop="@dimen/dimen4"
    android:paddingBottom="@dimen/dimen4"
    android:layout_margin="@dimen/dimen8"
    android:textSize="12sp"
    android:gravity="center"
    android:textColor="@color/main_color_3"
    android:background="@drawable/selector_bg_blue_or_white">
</TextView>