mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-04-02 06:42:47 -04:00
* Draw app bar under status bar * Add tint-on-scroll effect to more activites One remaining problem is the `ListView` in `barcode_selector_activity.xml`. While it would theoretically be sufficient to set `app:layout_behavior="@string/appbar_scrolling_view_behavior"` on `ListView` if `android:nestedScrollingEnabled="true"` is also set, this leads to odd visual glitches. * Appropriate color for tab bar * Fix remaining tab bar coloring Remove unused tab group from group activity