소스 검색

Change Icon

djoeni 3 년 전
부모
커밋
1de0c80e40

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 4 - 13
app/src/main/res/drawable/ic_launcher_foreground.xml


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 5
design/src/main/res/drawable/ic_clash.xml


+ 1 - 2
design/src/main/res/layout/design_about.xml

@@ -16,8 +16,7 @@
         <View
             android:layout_width="@dimen/about_icon_size"
             android:layout_height="@dimen/about_icon_size"
-            android:background="@drawable/ic_clash"
-            android:backgroundTint="?attr/colorLogo" />
+            android:background="@drawable/ic_clash" />
 
         <LinearLayout
             android:layout_width="match_parent"

+ 1 - 2
design/src/main/res/layout/design_main.xml

@@ -67,8 +67,7 @@
                             android:layout_width="@dimen/main_logo_size"
                             android:layout_height="@dimen/main_logo_size"
                             android:layout_gravity="center"
-                            android:background="@drawable/ic_clash"
-                            android:backgroundTint="?attr/colorLogo" />
+                            android:background="@drawable/ic_clash" />
                     </FrameLayout>
 
                     <TextView

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 3 - 11
service/src/main/res/drawable/ic_logo_service.xml


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.