2025-11-13 08:15:18 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:layout_width="150dp"
|
|
|
|
|
android:layout_height="68dp"
|
|
|
|
|
android:textColor="@color/C222222"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:background="@color/white"
|
|
|
|
|
android:textSize="30sp"
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
|
2026-02-03 16:01:42 +00:00
|
|
|
</TextView>
|