Browse Source

[공통][Bug] 컬러 코드 변경

hyodong.min 7 years ago
parent
commit
73d96f5e07
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/src/main/res/layout/fragment_faq.xml

+ 2 - 2
app/src/main/res/layout/fragment_faq.xml

@@ -5,7 +5,7 @@
   xmlns:tools="http://schemas.android.com/tools"
   android:layout_width="match_parent"
   android:layout_height="match_parent"
-  android:background="@color/white"
+  android:background="@color/CFFFFFF"
   android:orientation="vertical">
 
   <ExpandableListView
@@ -16,7 +16,7 @@
     android:layout_marginRight="25dp"
     android:layout_marginTop="25dp"
     android:dividerHeight="12dp"
-    android:divider="@color/white">
+    android:divider="@color/CFFFFFF">
 
   </ExpandableListView>