Canteens only for API 21 upwards, show canteen legend, added Rate button, made share button black

This commit is contained in:
Sebastian Seedorf
2019-10-17 22:08:05 +02:00
parent c8dac5d2fc
commit f358bc1fe1
18 changed files with 279 additions and 43 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="ExpandableCardView">
<attr name="outer_view" format="reference"/>
<attr name="inner_view" format="reference"/>
<attr name="animationDuration" format="integer"/>
<attr name="startExpanded" format="boolean"/>
</declare-styleable>
</resources>

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="TextViewDrawableSize">
<attr name="compoundDrawableWidth" format="dimension"/>
<attr name="compoundDrawableHeight" format="dimension"/>
</declare-styleable>
</resources>

View File

@@ -62,10 +62,4 @@
<attr name="dropListenerEnabled" format="boolean" />
<attr name="defaultEventColor" format="color" />
</declare-styleable>
<declare-styleable name="ExpandableCardView">
<attr name="outer_view" format="reference"/>
<attr name="inner_view" format="reference"/>
<attr name="animationDuration" format="integer"/>
<attr name="startExpanded" format="boolean"/>
</declare-styleable>
</resources>

View File

@@ -1,3 +0,0 @@
<resources>
<item name="ic_menu_share" type="drawable">@android:drawable/ic_menu_share</item>
</resources>

View File

@@ -94,7 +94,6 @@
<string name="tricks">Tips/Tricks</string>
<string name="back_to_exit">Please click BACK again to exit!</string>
<string name="title_activity_fuauthenticator">Sign in</string>
<!-- Strings related to login -->
<string name="prompt_email">Username</string>
<string name="prompt_password">Password (optional)</string>
<string name="action_sign_in">Sign in or register</string>
@@ -123,4 +122,5 @@
<string name="network_error">A network error occurred!</string>
<string name="network_error_parameter">A network error occurred: %s!</string>
<string name="rate_the_app">Rate the App!</string>
<string name="canteen_not_available">The canteen list is not available for Android 4 and below!</string>
</resources>