diff --git a/etc/translations/strings.xml b/etc/translations/strings.xml index ffb66ea3a6..55906b0cd1 100644 --- a/etc/translations/strings.xml +++ b/etc/translations/strings.xml @@ -330,6 +330,30 @@ Help the developer by sending non-sensitive data like device model, language, frequently used app\'s features. This data are used only to improve the open-source app. Statistics + + Total notes + Active notes + Archived notes + Trashed notes + Reminders + Future reminders + Checklists + Locked notes + Categories + Tags + Attachments + Images + Videos + Audio recordings + Sketches + Files + Locations + Words + Max words + Average words + Chars + Max chars + Average chars You launched Omni Note for the first time, would you like to take the application tour? diff --git a/omniNotes/src/main/res/layout/activity_stats.xml b/omniNotes/src/main/res/layout/activity_stats.xml index 9b014398db..2fcde673ad 100644 --- a/omniNotes/src/main/res/layout/activity_stats.xml +++ b/omniNotes/src/main/res/layout/activity_stats.xml @@ -17,547 +17,547 @@ --> + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_margin="16dp" + android:padding="16dp" > - - + android:shrinkColumns="*" + android:stretchColumns="*" + android:focusable="true" > - + android:gravity="center_horizontal" + android:paddingBottom="2dp" > + + + android:id="@+id/stat_notes_total" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > - - + android:gravity="center_horizontal" + android:paddingBottom="2dp" > + + + android:id="@+id/stat_notes_active" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > - - + android:gravity="center_horizontal" + android:paddingBottom="2dp" > + + + android:id="@+id/stat_notes_archived" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > - - + android:gravity="center_horizontal" + android:paddingBottom="2dp" > + + + android:id="@+id/stat_notes_trashed" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > - - + android:gravity="center_horizontal" + android:paddingBottom="2dp" > + + + android:id="@+id/stat_reminders" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > - - + android:gravity="center_horizontal" + android:paddingBottom="2dp" > + + + android:id="@+id/stat_reminders_futures" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > - - + android:gravity="center_horizontal" + android:paddingBottom="2dp" > + + + android:id="@+id/stat_checklists" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > - - + android:gravity="center_horizontal" + android:paddingBottom="2dp" > + + + android:id="@+id/stat_masked" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > - - + android:gravity="center_horizontal" + android:paddingBottom="2dp" > + + + android:id="@+id/stat_categories" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > - - + android:gravity="center_horizontal" + android:paddingBottom="2dp" > + + + android:id="@+id/stat_tags" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > - - + android:gravity="center_horizontal" + android:paddingBottom="2dp" > + + + android:id="@+id/stat_attachments" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > - - + android:gravity="center_horizontal" + android:paddingBottom="2dp" > + + + android:id="@+id/stat_attachments_images" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > - - + android:gravity="center_horizontal" + android:paddingBottom="2dp" > + + + android:id="@+id/stat_attachments_videos" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > - - + android:gravity="center_horizontal" + android:paddingBottom="2dp" > + + + android:id="@+id/stat_attachments_audiorecordings" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > - - + android:gravity="center_horizontal" + android:paddingBottom="2dp" > + + + android:id="@+id/stat_attachments_sketches" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > - - + android:gravity="center_horizontal" + android:paddingBottom="2dp" > + + + android:id="@+id/stat_attachments_files" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > - - + android:gravity="center_horizontal" + android:paddingBottom="2dp" > + + + android:id="@+id/stat_locations" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > - - + android:gravity="center_horizontal" + android:paddingBottom="2dp" > + + + android:id="@+id/stat_words" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > - - + android:gravity="center_horizontal" + android:paddingBottom="2dp" > + + + android:id="@+id/stat_words_max" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > - - + android:gravity="center_horizontal" + android:paddingBottom="2dp" > + + + android:id="@+id/stat_words_avg" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > - - + android:gravity="center_horizontal" + android:paddingBottom="2dp" > + + + android:id="@+id/stat_chars" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > - - + android:gravity="center_horizontal" + android:paddingBottom="2dp" > + + + android:id="@+id/stat_chars_max" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > - - + android:gravity="center_horizontal" + android:paddingBottom="2dp" > + + + android:id="@+id/stat_chars_avg" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > - + - \ No newline at end of file + diff --git a/omniNotes/src/main/res/values/strings.xml b/omniNotes/src/main/res/values/strings.xml index 1351cdff1f..f01f21d00b 100644 --- a/omniNotes/src/main/res/values/strings.xml +++ b/omniNotes/src/main/res/values/strings.xml @@ -343,6 +343,30 @@ Help the developer by sending non-sensitive data like device model, language, frequently used app\'s features. This data are used only to improve the open-source app. Statistics + + Total notes + Active notes + Archived notes + Trashed notes + Reminders + Future reminders + Checklists + Locked notes + Categories + Tags + Attachments + Images + Videos + Audio recordings + Sketches + Files + Locations + Words + Max words + Average words + Chars + Max chars + Average chars You launched Omni Note for the first time, would you like to take the application tour?