Parcourir la source

[이벤트][Common] 이벤트 플래그 색상 변경 커밋

Hasemi il y a 6 ans
Parent
commit
fc4643a47a

+ 9 - 0
app/src/main/res/drawable/circle_cff0053.xml

@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+       android:shape="oval">
+  <size
+    android:width="35dp"
+    android:height="35dp"/>
+  <solid
+    android:color="@color/CFF0053"/>
+</shape>

+ 1 - 1
app/src/main/res/layout/event_chart_view_item.xml

@@ -40,7 +40,7 @@
       android:id="@+id/view_circle"
       android:layout_width="38dp"
       android:layout_height="38dp"
-      android:background="@drawable/circle_c000000"/>
+      android:background="@drawable/circle_cff0053"/>
 
     <TextView
       android:layout_width="wrap_content"

+ 1 - 1
app/src/main/res/layout/my_event_view.xml

@@ -93,7 +93,7 @@
     android:layout_height="16dp"
     android:layout_marginStart="6dp"
     android:layout_marginTop="6dp"
-    android:background="@color/C000000"
+    android:background="@color/CFF0053"
     app:layout_constraintStart_toStartOf="parent"
     app:layout_constraintTop_toTopOf="parent">