diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-04-25 15:39:27 +0000 |
---|---|---|
committer | Alexandre Roux <alexandre.roux.danzi@lostpod.me> | 2022-04-25 15:39:27 +0000 |
commit | 729c47b96be952bdea5e90a664ff3f90bde23023 (patch) | |
tree | be21ed7c5aea337389e24f13de763df16b0bf735 /app/src/main/res/layout | |
parent | f3c01e7bbf130c7f304b6bf50510c3800b8586f6 (diff) |
225 - 5286 trackers screens fixes
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/fragment_trackers.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app/src/main/res/layout/fragment_trackers.xml b/app/src/main/res/layout/fragment_trackers.xml index 7ee4d29..9828215 100644 --- a/app/src/main/res/layout/fragment_trackers.xml +++ b/app/src/main/res/layout/fragment_trackers.xml @@ -24,14 +24,13 @@ android:layout_height="match_parent" android:layout_width="match_parent" android:orientation="vertical" - android:paddingLeft="16dp" - android:paddingRight="16dp" > <TextView android:id="@+id/trackers_info" android:layout_height="wrap_content" android:layout_width="match_parent" android:paddingTop="16dp" + android:paddingHorizontal="16dp" android:lineSpacingExtra="5sp" android:text="@string/trackers_info" /> @@ -39,12 +38,14 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/graph_subtitle" + android:textColor="@color/secondary_text" + android:textSize="14sp" android:paddingTop="24dp" + android:paddingHorizontal="16dp" /> <include layout="@layout/trackers_item_graph" android:id="@+id/graph_day" - android:layout_marginTop="16dp" android:layout_width="match_parent" android:layout_height="wrap_content" app:period="@{@string/trackers_period_day}" @@ -68,6 +69,7 @@ android:layout_width="match_parent" android:layout_marginTop="32dp" android:paddingTop="16dp" + android:paddingHorizontal="16dp" android:text="@string/trackers_applist_title" /> </LinearLayout> |