Welcome to mirror list, hosted at ThFree Co, Russian Federation.

item_search_stack.xml « layout « res « main « src « app - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 19e2b7da2e405b5c5dfcf832f3bc6bc4e0347c81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.textview.MaterialTextView xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/title"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:paddingStart="@dimen/spacer_4x"
    android:paddingTop="@dimen/spacer_4x"
    android:paddingEnd="@dimen/spacer_4x"
    android:paddingBottom="@dimen/spacer_2x"
    android:textColor="?attr/colorAccent"
    android:textSize="22sp"
    android:textStyle="bold"
    tools:text="@tools:sample/lorem" />