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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-07-15 19:33:08 +0300
committerStefan Niedermann <info@niedermann.it>2020-07-15 19:33:08 +0300
commitcd80bdadbf64aac03ffd64f4b0f50be05885aa5b (patch)
tree923b41430067e1ff47745994db7c9b342078c5fe /app/src/main/res
parent992a75a9d6a896c4e1c7ee4dc982597cddc72410 (diff)
#573 Projects - projects title
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/fragment_card_edit_tab_details.xml11
-rw-r--r--app/src/main/res/values/strings.xml1
2 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_card_edit_tab_details.xml b/app/src/main/res/layout/fragment_card_edit_tab_details.xml
index a12c805e9..0b7887c71 100644
--- a/app/src/main/res/layout/fragment_card_edit_tab_details.xml
+++ b/app/src/main/res/layout/fragment_card_edit_tab_details.xml
@@ -159,6 +159,17 @@
</RelativeLayout>
+ <TextView
+ android:id="@+id/projectsTitle"
+ style="?attr/textAppearanceOverline"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginStart="@dimen/icon_size_details"
+ android:layout_marginTop="@dimen/spacer_2x"
+ android:paddingStart="@dimen/spacer_2x"
+ android:paddingEnd="@null"
+ android:text="@string/projects_title" />
+
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/projects"
android:layout_width="match_parent"
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index dab0a0f26..9e5f0d5d9 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -292,6 +292,7 @@
<string name="project_type_deck_board">Deck board</string>
<string name="project_type_deck_card">Deck card</string>
<string name="project_type_file">File</string>
+ <string name="projects_title">Projects</string>
<plurals name="resources_count">
<item quantity="one">%1$d resource</item>
<item quantity="other">%1$d resources</item>