]> gitweb.stoutner.com Git - PrivacyCell.git/blob - app/src/main/res/layout/app_bar_textview.xml
Release 1.11.
[PrivacyCell.git] / app / src / main / res / layout / app_bar_textview.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4   SPDX-License-Identifier: GPL-3.0-or-later
5   SPDX-FileCopyrightText: 2021 Soren Stoutner <soren@stoutner.com>
6
7   This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>.
8
9   This program is free software: you can redistribute it and/or modify it under
10   the terms of the GNU General Public License as published by the Free Software
11   Foundation, either version 3 of the License, or (at your option) any later
12   version.
13
14   This program is distributed in the hope that it will be useful, but WITHOUT
15   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16   FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
17   details.
18
19   You should have received a copy of the GNU General Public License along with
20   this program.  If not, see <https://www.gnu.org/licenses/>. -->
21
22 <TextView
23     xmlns:android="http://schemas.android.com/apk/res/android"
24     android:layout_height="wrap_content"
25     android:layout_width="wrap_content"
26     android:text="@string/privacy_cell"
27     android:paddingBottom="4dp"
28     android:textSize="16sp"
29     android:textStyle="bold"
30     android:textColor="?android:textColorPrimary" />