mirror of
https://gitea.mayex.net/mayekkuzu/Audinaut.git
synced 2025-02-14 01:15:14 +03:00
13 lines
497 B
XML
13 lines
497 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/item_name"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
android:background="@android:color/transparent"
|
|
android:textColor="?attr/colorAccent"
|
|
android:textStyle="bold"
|
|
android:paddingLeft="6dp"
|
|
android:paddingRight="6dp"
|
|
android:paddingTop="8dp"
|
|
android:paddingBottom="8dp"/> |