Settings and other things
This commit is contained in:
10
mastodon/src/main/res/layout/item_settings_header.xml
Normal file
10
mastodon/src/main/res/layout/item_settings_header.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="14dp"
|
||||
android:fontFamily="sans-serif-medium"
|
||||
android:textColor="?android:colorAccent"
|
||||
android:padding="16dp"
|
||||
tools:text="Visual appearance"/>
|
||||
Reference in New Issue
Block a user