mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-31 21:20:59 -04:00
14 lines
567 B
XML
14 lines
567 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="48dp"
|
||
|
android:gravity="center_vertical"
|
||
|
android:paddingLeft="24dp"
|
||
|
android:singleLine="true"
|
||
|
android:textAllCaps="true"
|
||
|
android:textColor="@color/colorAccent"
|
||
|
android:background="@android:color/transparent"
|
||
|
android:textSize="16sp"
|
||
|
android:id="@+id/section_text"
|
||
|
android:textStyle="bold" />
|