浏览代码

[공통][Common] 토스트 설정 변경 - 회색 배경 제거

hyodong.min 6 年之前
父节点
当前提交
be0c78051b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/src/main/res/layout/toast_simple.xml

+ 0 - 1
app/src/main/res/layout/toast_simple.xml

@@ -3,7 +3,6 @@
   xmlns:android="http://schemas.android.com/apk/res/android"
   xmlns:app="http://schemas.android.com/apk/res-auto"
   xmlns:tools="http://schemas.android.com/tools"
-  android:background="@color/C999999"
   android:layout_width="match_parent"
   android:layout_height="match_parent">