
committed by
Mikołaj Pich

parent
aa6dcaff94
commit
c18877466f
@ -2,7 +2,4 @@
|
||||
<!--BottomNav-->
|
||||
<dimen name="bottom_navigation_margin_top_active" tools:override="true">8dp</dimen>
|
||||
<dimen name="bottom_navigation_margin_top_inactive" tools:override="true">8dp</dimen>
|
||||
|
||||
<!--Timetable Widget-->
|
||||
<dimen name="timetable_widget_bar_height">60dp</dimen>
|
||||
</resources>
|
||||
|
@ -218,8 +218,6 @@
|
||||
|
||||
<!--Timetable Widget-->
|
||||
<string name="widget_timetable_no_items">No lessons</string>
|
||||
<string name="widget_timetable_today">Today</string>
|
||||
<string name="widget_timetable_tomorrow">Tomorrow</string>
|
||||
|
||||
|
||||
<!--Preferences-->
|
||||
|
@ -40,4 +40,12 @@
|
||||
<style name="WulkanowyTheme.ActionBar" parent="WulkanowyTheme">
|
||||
<item name="colorControlNormal">@android:color/white</item>
|
||||
</style>
|
||||
|
||||
<style name="WulkanowyTheme.TimetableWidgetAccount" parent="Theme.AppCompat.Light.Dialog">
|
||||
<item name="windowActionBar">false</item>
|
||||
<item name="windowNoTitle">true</item>
|
||||
<item name="android:textColorPrimary">@android:color/primary_text_light</item>
|
||||
<item name="android:textColorSecondary">@android:color/secondary_text_light</item>
|
||||
<item name="android:textColorSecondaryInverse">@android:color/primary_text_dark</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user