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

widget_single_note_content.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: 52c926cf25d4d1120973448213f574ca7bc72e42 (plain)
1
2
3
4
5
6
7
8
<?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/single_note_content_tv"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:textColor="@color/widget_fg_default"
    tools:text="@tools:sample/lorem/random" />