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

item_notes_list_section_item.xml « layout « res « main « src « app - github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 68af3740f258e4b31e639c308cc1792d4261c9af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content">

    <TextView
        android:id="@+id/sectionTitle"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_alignParentEnd="false"
        android:layout_alignParentRight="true"
        android:layout_alignParentStart="true"
        android:layout_alignParentLeft="true"
        android:layout_alignParentTop="true"
        android:layout_alignWithParentIfMissing="true"
        android:background="@color/bg_normal"
        android:ellipsize="end"
        android:gravity="center_vertical"
        android:paddingBottom="8dp"
        android:paddingLeft="56dp"
        android:paddingStart="56dp"
        android:paddingRight="16dp"
        android:paddingEnd="16dp"
        android:paddingTop="48dp"
        android:textColor="@color/fg_default_selection"
        android:textSize="@dimen/secondary_font_size"
        android:hint="@string/listview_updated_yesterday"/>
</RelativeLayout>