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

item_prepare_create_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: 5169419977c02674b525a137ad3c33f7bb707bbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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:id="@+id/stackTitle"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:ellipsize="middle"
    android:paddingStart="72dp"
    android:paddingTop="20dp"
    android:paddingEnd="@dimen/spacer_2x"
    android:paddingBottom="20dp"
    android:singleLine="true"
    android:textAppearance="?attr/textAppearanceListItem"
    tools:text="@tools:sample/full_names" />