mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-07 19:47:40 +00:00
1fcf35ebeb
They should be handled by the theme
23 lines
628 B
XML
23 lines
628 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
<data>
|
|
|
|
<variable
|
|
name="item"
|
|
type="com.topjohnwu.magisk.view.TextItem" />
|
|
|
|
</data>
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:padding="@dimen/l1"
|
|
android:text="@{item.text}"
|
|
android:textAppearance="@style/AppearanceFoundation.Tiny.Variant"
|
|
tools:text="@tools:sample/lorem/random" />
|
|
|
|
</layout>
|