Canteens only for API 21 upwards, show canteen legend, added Rate button, made share button black
This commit is contained in:
9
app/src/main/res/values/attrs_expandable_card_view.xml
Normal file
9
app/src/main/res/values/attrs_expandable_card_view.xml
Normal 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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -1,3 +0,0 @@
|
||||
<resources>
|
||||
<item name="ic_menu_share" type="drawable">@android:drawable/ic_menu_share</item>
|
||||
</resources>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user