v1.1.3 - 하루 메모 헤더 아이콘 컨테이너 스타일 적용, 사용 설명서 최신화 및 닫기 아이콘 교체, 업데이트 정보 자동 연동
This commit is contained in:
@@ -139,34 +139,40 @@
|
||||
android:textStyle="bold"
|
||||
android:textColor="@color/text_primary"/>
|
||||
|
||||
<ImageView
|
||||
<!-- 휴지통 아이콘 버튼 -->
|
||||
<FrameLayout
|
||||
android:id="@+id/btnClearMemo"
|
||||
android:layout_width="28dp"
|
||||
android:layout_height="28dp"
|
||||
android:src="@drawable/ic_delete"
|
||||
app:tint="@color/shift_red"
|
||||
android:padding="5dp"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
android:layout_marginEnd="8dp"/>
|
||||
android:layout_width="34dp"
|
||||
android:layout_height="34dp"
|
||||
android:background="@drawable/bg_icon_container_red"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:foreground="?attr/selectableItemBackgroundBorderless"
|
||||
android:layout_marginEnd="8dp">
|
||||
<ImageView
|
||||
android:layout_width="18dp"
|
||||
android:layout_height="18dp"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/ic_delete"
|
||||
app:tint="#FF3B30"/>
|
||||
</FrameLayout>
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
<!-- 저장 아이콘 버튼 -->
|
||||
<FrameLayout
|
||||
android:id="@+id/btnQuickSaveMemo"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="32dp"
|
||||
android:text="저장"
|
||||
android:textSize="13sp"
|
||||
android:textStyle="bold"
|
||||
android:textColor="#FFFFFF"
|
||||
app:cornerRadius="16dp"
|
||||
android:backgroundTint="@color/primary"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:paddingVertical="0dp"
|
||||
android:minHeight="0dp"
|
||||
android:minWidth="0dp"
|
||||
app:icon="@drawable/ic_check"
|
||||
app:iconSize="14dp"
|
||||
app:iconTint="#FFFFFF"
|
||||
app:iconPadding="4dp"/>
|
||||
android:layout_width="34dp"
|
||||
android:layout_height="34dp"
|
||||
android:background="@drawable/bg_icon_container_blue"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:foreground="?attr/selectableItemBackgroundBorderless">
|
||||
<ImageView
|
||||
android:layout_width="18dp"
|
||||
android:layout_height="18dp"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/ic_check"
|
||||
app:tint="#007AFF"/>
|
||||
</FrameLayout>
|
||||
</LinearLayout>
|
||||
|
||||
<EditText
|
||||
|
||||
Reference in New Issue
Block a user