Created Advanced User information fragment.

This commit is contained in:
Pierre HUBERT
2018-07-30 16:37:19 +02:00
parent 9b559dce3d
commit 0c7c2cbead
7 changed files with 277 additions and 273 deletions

View File

@ -191,4 +191,8 @@
<string name="notice_no_latest_posts">You do not have any latest posts to display here.</string>
<string name="main_menu_search_user">Search user</string>
<string name="activity_view_pdf_label">View PDF</string>
<string name="title_activity_settings">Settings</string>
<string name="tab_user_advanced_info">User Info</string>
<string name="tab_posts">Posts</string>
<string name="member_for">Member for</string>
</resources>

View File

@ -1,7 +1,7 @@
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>