summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/layout/list_item_settings_header.xml
blob: 9debb7ba55fc38d4ba58fb36b6cd3be2c491c289 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout 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">

    <TextView
        android:id="@+id/text_header_name"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_gravity="start|center_vertical"
        android:layout_marginHorizontal="@dimen/spacing_large"
        android:layout_marginBottom="@dimen/spacing_small"
        android:layout_marginTop="@dimen/spacing_small"
        android:textColor="?attr/colorPrimary"
        android:textAlignment="viewStart"
        android:textStyle="bold"
        tools:text="CPU Settings" />

</FrameLayout>