Sfoglia il codice sorgente

#2019-07-22 10:42
- 토스트 배경 투명도 추가

yeongyun 6 anni fa
parent
commit
864c0a8576
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      app/build.gradle
  2. 1 1
      app/src/main/res/drawable/toast_background.xml

+ 1 - 1
app/build.gradle

@@ -44,7 +44,7 @@ android {
         minSdkVersion 19    // 4.4
         targetSdkVersion 28
         versionCode 180
-        versionName "4.1.0.001"
+        versionName "4.1.0.002"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
         multiDexEnabled true
         vectorDrawables.useSupportLibrary = true

+ 1 - 1
app/src/main/res/drawable/toast_background.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
-  <solid android:color="#333333"/>
+  <solid android:color="#f3333333"/>
   <corners android:radius="3dp"/>
 </shape>