v1.0.4 - 날짜 옆 근무 뱃지 원형 정밀 보정, 앱 안정성 설정 아이콘 및 색상 개편
This commit is contained in:
@@ -31,17 +31,15 @@
|
||||
<!-- Small Shift Badge next to Day Number (shown when day has memo) -->
|
||||
<TextView
|
||||
android:id="@+id/tvShiftSmall"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="16dp"
|
||||
android:minWidth="16dp"
|
||||
android:layout_marginStart="4dp"
|
||||
android:layout_width="18dp"
|
||||
android:layout_height="18dp"
|
||||
android:layout_marginStart="3dp"
|
||||
android:gravity="center"
|
||||
android:includeFontPadding="false"
|
||||
android:text="주"
|
||||
android:textSize="9.5sp"
|
||||
android:textStyle="bold"
|
||||
android:textColor="@color/text_primary"
|
||||
android:background="@drawable/bg_shift_stroke_v4"
|
||||
android:paddingHorizontal="3dp"
|
||||
android:visibility="gone"/>
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user