mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
* user guide added in about * test added * unit test added
This commit is contained in:
parent
1078c70525
commit
6ea3198d65
6 changed files with 32 additions and 0 deletions
|
|
@ -120,6 +120,15 @@
|
|||
android:textColor="?attr/colorAccent"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/about_user_guide"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/standard_gap"
|
||||
android:gravity="center"
|
||||
android:textColor="?attr/colorAccent"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/about_privacy_policy"
|
||||
style="?android:textAppearanceSmall"
|
||||
|
|
|
|||
|
|
@ -262,6 +262,7 @@
|
|||
<string name="nearby_commons">Commons</string>
|
||||
<string name="about_rate_us">Rate us</string>
|
||||
<string name="about_faq">FAQ</string>
|
||||
<string name="user_guide">User Guide</string>
|
||||
<string name="welcome_skip_button">Skip Tutorial</string>
|
||||
<string name="no_internet">Internet unavailable</string>
|
||||
<string name="error_notifications">Error fetching notifications</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue