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 add record button shadow cutoff

razeeman (Jan 20, 2024, 7:44 PM +0300) b209ec5a ad466893

+3 -1
+3 -1
features/feature_records/src/main/res/layout/records_container_fragment.xml
··· 21 21 android:id="@+id/btnRecordAdd" 22 22 android:layout_width="wrap_content" 23 23 android:layout_height="wrap_content" 24 + android:layout_marginHorizontal="8dp" 25 + android:layout_marginVertical="16dp" 24 26 android:contentDescription="Add record" 25 27 android:src="@drawable/add" 26 28 app:backgroundTint="?appInactiveColor" ··· 28 30 app:layout_constraintBottom_toTopOf="@id/btnRecordsContainerToday" 29 31 app:layout_constraintEnd_toEndOf="parent" 30 32 app:tint="@color/white" 31 - app:useCompatPadding="true" /> 33 + app:useCompatPadding="false" /> 32 34 33 35 <com.google.android.material.button.MaterialButton 34 36 android:id="@+id/btnRecordsContainerPrevious"