|
|
|
@ -1,20 +1,14 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
<com.google.android.material.textview.MaterialTextView xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="48dp" |
|
|
|
android:paddingVertical="4dp" |
|
|
|
android:paddingHorizontal="@dimen/spacing_large"> |
|
|
|
|
|
|
|
<com.google.android.material.textview.MaterialTextView |
|
|
|
style="@style/TextAppearance.Material3.TitleSmall" |
|
|
|
android:id="@+id/text_header_name" |
|
|
|
style="@style/TextAppearance.Material3.TitleSmall" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="start|center_vertical" |
|
|
|
android:textColor="?attr/colorPrimary" |
|
|
|
android:paddingHorizontal="@dimen/spacing_large" |
|
|
|
android:paddingVertical="16dp" |
|
|
|
android:textAlignment="viewStart" |
|
|
|
android:textColor="?attr/colorPrimary" |
|
|
|
android:textStyle="bold" |
|
|
|
tools:text="CPU Settings" /> |
|
|
|
|
|
|
|
</FrameLayout> |