A fork of Simple Time Tracker with WearOS support. (Now integrated upstream)
0

Configure Feed

Select the types of activity you want to include in your feed.

fix barrier issue in new constraint version

razeeman (Nov 20, 2022, 2:48 PM +0300) bc81dcf2 42b809fe

+2 -1
+2 -1
features/feature_statistics_detail/src/main/res/layout/statistics_detail_fragment.xml
··· 16 16 android:layout_width="match_parent" 17 17 android:layout_height="wrap_content" 18 18 android:descendantFocusability="blocksDescendants" 19 - android:paddingBottom="16dp"> 19 + android:paddingBottom="16dp" 20 + app:layout_optimizationLevel="none"> 20 21 21 22 <com.example.util.simpletimetracker.feature_views.StatisticsView 22 23 android:id="@+id/viewStatisticsDetailItem"