1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-12 15:21:11 +01:00

added titles on top toolbar

This commit is contained in:
scoute-dich 2016-06-07 19:13:37 +02:00
parent 14d5f04e2f
commit b5cf37108e
15 changed files with 47 additions and 59 deletions

View file

@ -7,22 +7,10 @@
<!-- Colors from Palette -->
<color name="primary">#607d8b</color>
<color name="primary_dark">#607d8b</color>
<color name="primary_light">#CFD8DC</color>
<color name="accent">#4CAF50</color>
<color name="primary_text">#212121</color>
<color name="secondary_text">#727272</color>
<color name="icons">#FFFFFF</color>
<color name="divider">#B6B6B6</color>
<!-- End colors from Palette -->
<color name="fab_big">@color/accent</color>
<color name="fab_big_pressed">#388E3C</color>
<color name="fab_small">#607d8b</color>
<color name="fab_small_pressed">#90a4ae</color>
<color name="label_background">#BC212121</color>
<color name="label_text">#ffffff</color>
<color name="white">#ffffff</color>
</resources>

View file

@ -19,6 +19,21 @@
<string name="permission_denied">Permission denied.</string>
<string name="permission_granted_try_again">Permission granted. Please try again.</string>
//Titles
<string name="title_notifications">D* Notifications</string>
<string name="title_conversations">D* Conversations</string>
<string name="title_stream">D* Stream</string>
<string name="title_profil">D* Profil</string>
<string name="title_aspects">D* Aspects</string>
<string name="title_activities">D* Activities</string>
<string name="title_liked">D* Liked</string>
<string name="title_commented">D* Commented</string>
<string name="title_mentions">D* Mentions</string>
<string name="title_public">D* Public</string>
//Pod Activity
<string name="title_activity_pods">Select Pod</string>
@ -27,7 +42,6 @@
<string name="podlist_source_note">Note: The podlist is populated by secure pods listed on https://podupti.me. You can enter in the edit field any pod not listed.</string>
<string name="valid_pod">Please enter a valid domain name</string>
<string name="podlist_error">Error: Could not retrieve list of pods!</string>
<string name="loading_podlist">Loading pod list …</string>
<string name="no_internet">Sorry, you must be connected to the Internet to proceed</string>
@ -36,8 +50,6 @@
<string name="confirm_exit">Do you want to exit?</string>
<string name="change_pod_warning">This will erase all cookies and session data. Do you really want to change pods?</string>
<string name="new_post">D* New message</string>
<string name="new_post1">D* Text only</string>
<string name="new_post2">D* Title and text</string>
<string name="notifications">Notifications</string>
<string name="messages">Conversations</string>
@ -47,8 +59,6 @@
<string name="jb_menu_1">Settings</string>
<string name="jb_help_license">About the app | Help</string>
<string name="jb_stream">Stream</string>
<string name="jb_notifications">Notifications</string>
<string name="jb_conversations">Conversations</string>
<string name="jb_liked">Liked</string>
<string name="jb_commented">Commented</string>
<string name="jb_contacts">Contacts</string>
@ -83,8 +93,6 @@
<string name="go_to_top">Go to top</string>
<string name="search_by_tags_or_persons">Search by tags or persons</string>
<string name="search_by_tag">Search for tag …</string>
<string name="search_by_person">Search for person …</string>
<string name="compose">New message</string>
@ -92,7 +100,6 @@
<string name="search_alert_tag">by tags</string>
<string name="search_alert_people">by people</string>
<string name="search_alert_bypeople_validate_needsomedata">Please add a name</string>
<string name="search_alert_bytags_validate_needsomedata">Try to add a tag like: #newhere or #art</string>
//Dialog //License

View file

@ -17,9 +17,4 @@
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
<style name="menu_labels_style">
<item name="android:background">@drawable/fab_label_background</item>
<item name="android:textColor">@color/label_text</item>
</style>
</resources>