v1.0.4 - 날짜 옆 근무 뱃지 원형 정밀 보정, 앱 안정성 설정 아이콘 및 색상 개편
This commit is contained in:
@@ -175,8 +175,8 @@
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/ic_alarm"
|
||||
app:tint="@color/shift_red"/>
|
||||
android:src="@drawable/ic_battery"
|
||||
app:tint="#34C759"/>
|
||||
</FrameLayout>
|
||||
|
||||
<LinearLayout
|
||||
@@ -232,7 +232,7 @@
|
||||
android:layout_height="20dp"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/ic_alarm"
|
||||
app:tint="@color/primary"/>
|
||||
app:tint="#007AFF"/>
|
||||
</FrameLayout>
|
||||
|
||||
<LinearLayout
|
||||
@@ -344,8 +344,8 @@
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/ic_bell"
|
||||
app:tint="@color/primary"/>
|
||||
android:src="@drawable/ic_fullscreen_intent"
|
||||
app:tint="#AF52DE"/>
|
||||
</FrameLayout>
|
||||
|
||||
<LinearLayout
|
||||
@@ -401,7 +401,7 @@
|
||||
android:layout_height="20dp"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/ic_settings"
|
||||
app:tint="@color/text_tertiary"/>
|
||||
app:tint="#FF9500"/>
|
||||
</FrameLayout>
|
||||
|
||||
<TextView
|
||||
|
||||
@@ -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