Skip to content

Commit cba8718

Browse files
author
alllexey
committed
UI fixes
1 parent 5dc1bf1 commit cba8718

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

app/src/main/java/me/alllexey123/itmowidgets/ui/schedule/LessonAdapter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class LessonAdapter(private val scheduleList: List<ScheduleItem>) :
197197
typeIndicator.setImageResource(R.drawable.indicator_circle_hollow)
198198
}
199199
isHollow = !isHollow
200-
handler.postDelayed(this, 1000)
200+
handler.postDelayed(this, 700)
201201
}
202202
}
203203

app/src/main/res/layout/item_lesson_list_entry_dash.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
android:layout_width="match_parent"
44
android:layout_height="wrap_content"
5-
android:background="@drawable/widget_background_rounded"
65
android:orientation="vertical"
76
android:paddingStart="4dp"
87
android:paddingEnd="2dp"

app/src/main/res/layout/item_lesson_list_entry_dot.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
android:layout_width="match_parent"
44
android:layout_height="wrap_content"
5-
android:background="@drawable/widget_background_rounded"
65
android:orientation="vertical"
76
android:paddingTop="2dp"
87
android:paddingStart="2dp"

0 commit comments

Comments
 (0)