mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-09 08:13:38 +00:00
cc7e47bbb6
All files (that used styles) were refactored to use styles directly so themes can only actually adjust colors - Elaborate themes would be super hard to maintain and would certainly break over time
15 lines
531 B
XML
15 lines
531 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<TextView
|
|
android:id="@+id/md_txt"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="15dp"
|
|
android:layout_marginEnd="15dp"
|
|
android:paddingTop="10dp"
|
|
android:textAppearance="@style/AppearanceFoundation.Caption" />
|
|
|
|
</ScrollView> |