1
0
This commit is contained in:
Rafał Borcz
2018-03-04 12:49:16 +01:00
committed by Mikołaj Pich
parent a1a3427142
commit 79bdbbbb16
158 changed files with 4369 additions and 3753 deletions

View File

@ -4,7 +4,6 @@
<color name="colorPrimaryDark">#9a0007</color>
<color name="colorPrimaryLight">#ff6659</color>
<color name="colorBackgroundBottomNavi">#f0f0f0</color>
<color name="white">#ffffff</color>
<color name="six_grade">#92b53d</color>
<color name="five_grade">#66B266</color>
<color name="four_grade">#55BBDB</color>

View File

@ -33,7 +33,7 @@
<string name="dashboard_text">Dashboard</string>
<string name="grades_text">Grades</string>
<string name="attendance_text">Attendance</string>
<string name="lessonplan_text">Lesson Plan</string>
<string name="lessonplan_text">Timetable</string>
<string name="settings_text">Settings</string>
<string name="activity_under_construction">This section of app is under construction.</string>
<string name="fragment_no_grades">No grades</string>

View File

@ -12,12 +12,13 @@
<item name="android:textColorTertiaryInverse">@android:color/primary_text_dark</item>
<item name="titleTextColor">@android:color/primary_text_dark</item>
<item name="subtitleTextColor">@android:color/primary_text_dark</item>
<item name="android:colorBackground">@color/white</item>
<item name="android:colorBackground">@android:color/white</item>
</style>
<style name="WulkanowyTheme.noActionBar" parent="WulkanowyTheme">
<style name="WulkanowyTheme.SplashTheme" parent="WulkanowyTheme">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:windowBackground">@drawable/splash_background</item>
</style>
</resources>