summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/apptrackers_item_tracker_toggle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/apptrackers_item_tracker_toggle.xml')
-rw-r--r--app/src/main/res/layout/apptrackers_item_tracker_toggle.xml22
1 files changed, 19 insertions, 3 deletions
diff --git a/app/src/main/res/layout/apptrackers_item_tracker_toggle.xml b/app/src/main/res/layout/apptrackers_item_tracker_toggle.xml
index db7086f..753e734 100644
--- a/app/src/main/res/layout/apptrackers_item_tracker_toggle.xml
+++ b/app/src/main/res/layout/apptrackers_item_tracker_toggle.xml
@@ -1,12 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2023 MURENA SAS
+ ~
+ ~ This program is free software: you can redistribute it and/or modify
+ ~ it under the terms of the GNU General Public License as published by
+ ~ the Free Software Foundation, either version 3 of the License, or
+ ~ (at your option) any later version.
+ ~
+ ~ This program is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ ~ GNU General Public License for more details.
+ ~
+ ~ You should have received a copy of the GNU General Public License
+ ~ along with this program. If not, see <https://www.gnu.org/licenses/>.
+ -->
<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/container"
- android:layout_height="52dp"
+ android:layout_height="62dp"
android:layout_width="match_parent"
- android:paddingStart="16dp"
- android:paddingEnd="16dp"
android:gravity="center_vertical"
>
<TextView
@@ -18,6 +32,8 @@
android:maxLines="1"
android:ellipsize="end"
android:textSize="14sp"
+ android:lineHeight="20sp"
+ android:textFontWeight="400"
tools:text="Body sensor"
/>
<Switch