18 lines
597 B
XML
18 lines
597 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
SPDX-FileCopyrightText: 2025 kenway214
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@android:id/text1"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:paddingStart="12dp"
|
|
android:paddingEnd="12dp"
|
|
android:paddingTop="8dp"
|
|
android:paddingBottom="8dp"
|
|
android:textSize="14sp"
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
android:gravity="center_vertical"
|
|
android:ellipsize="marquee" />
|