1
0

Add experimental bottom navigation menu

This commit is contained in:
RicomenPL
2017-06-30 16:02:21 +02:00
committed by RicomenPL
parent 1fb4079738
commit e3fa0659ed
16 changed files with 169 additions and 138 deletions

View File

@ -2,8 +2,4 @@
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>
<!-- Per the design guidelines, navigation drawers should be between 240dp and 320dp:
https://developer.android.com/design/patterns/navigation-drawer.html -->
<dimen name="navigation_drawer_width">240dp</dimen>
</resources>

View File

@ -14,15 +14,9 @@
<string name="login_denied">Login is failed</string>
<string name="please_wait">Please wait...</string>
<string name="title_activity_dashboard">DashboardActivity</string>
<string name="title_section1">Section 1</string>
<string name="title_section2">Section 2</string>
<string name="title_section3">Section 3</string>
<string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>
<string name="action_example">Example action</string>
<string name="action_settings">Settings</string>
<string name="title_dashboard">Dashboard</string>
<string name="title_marks">Marks</string>
<string name="title_attendance">Attendance</string>
<string name="title_lessonplan">Lesson Plan</string>
<string name="title_other">Other</string>
</resources>