Fix small text in Add to playlist dialog
This commit is contained in:
parent
3af3a89ba5
commit
31a0ddd731
2 changed files with 30 additions and 11 deletions
9
app/src/main/res/layout/item_simple_text.xml
Normal file
9
app/src/main/res/layout/item_simple_text.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.google.android.material.textview.MaterialTextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="16dp"
|
||||
android:textAppearance="@style/TextViewBody1"
|
||||
tools:text="@tools:sample/full_names" />
|
Loading…
Add table
Add a link
Reference in a new issue