mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-24 14:07:54 +03:00
f72b81fcea
* Make sure icons have a 1:1 ratio * Use recyclerview padding to increase grid edge margins * Fix race condition in searching roms * Use notify insert for adapter
12 lines
477 B
XML
12 lines
477 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/text_title"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="16dp"
|
|
android:layout_marginTop="16dp"
|
|
android:layout_marginEnd="16dp"
|
|
android:layout_marginBottom="4dp"
|
|
android:textColor="?colorSecondary"
|
|
android:textSize="15sp" />
|