Skip to content
Snippets Groups Projects
Unverified Commit 5c6dfba8 authored by Matthias Urhahn's avatar Matthias Urhahn Committed by GitHub
Browse files

CheckIn cards & interaction (EXPOSUREAPP-5410) (#2644)


* Fix duplicate fragment on navstack.

* Active checkin card, first draft.

* CheckIn cards, second pass.

* CheckIn cards, third pass.

* CheckIn cards, fourth pass.

* Fix textcolor on gradient in nightmode.

Co-authored-by: default avatarRalf Gehrer <ralfgehrer@users.noreply.github.com>
parent 3a449caf
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,16 @@
<!-- XTXT: My checkin-ins: Confirmation dialog description when removing all/single items -->
<string name="trace_location_checkins_remove_message">Sie können dann Personen, die zur selben Zeit für diesen Ort oder Event eingecheckt waren, bei Bedarf nicht mehr warnen oder von ihnen gewarnt werden.</string>
<!-- XBUT: My check-ins card: Menu, remove item -->
<string name="trace_location_checkins_menu_remove_item">Entfernen</string>
<!-- XBUT: My check-ins card: Active event, checkout button -->
<string name="trace_location_checkins_card_action_checkout">Jetzt auschecken</string>
<!-- XTXT: My check-ins card: Active event, duration label in highlight view -->
<string name="trace_location_checkins_card_highlight_duration_label">Dauer</string>
<!-- XTXT: My check-ins card: Active event, checkin information, automatic checkout info -->
<string name="trace_location_checkins_card_automatic_checkout_info">"%1$s - Automatisch auschecken nach %2$s."</string>
<!-- XHED: Title of the category list screen of the event creation -->
<string name="tracelocation_organizer_category_title">QR-Code erstellen</string>
......
......@@ -496,4 +496,11 @@
<item name="colorControlNormal">@color/colorAccent</item>
</style>
<style name="CardOverFlowButton">
<item name="android:layout_width">48dp</item>
<item name="android:layout_height">48dp</item>
<item name="android:contentDescription">@string/button_menu</item>
<item name="android:background">@drawable/circle_ripple</item>
<item name="android:src">@drawable/ic_baseline_more_vert_24</item>
</style>
</resources>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment