优化1.0.0
This commit is contained in:
parent
14f2f9f5a9
commit
d8aebf8453
|
|
@ -11,6 +11,7 @@ import com.tfq.ad.ad.AdSplashUtils;
|
||||||
import com.tfq.ad.app.ADConstants;
|
import com.tfq.ad.app.ADConstants;
|
||||||
import com.tfq.ad.app.AdApp;
|
import com.tfq.ad.app.AdApp;
|
||||||
import com.tfq.ad.utils.AdAppUtil;
|
import com.tfq.ad.utils.AdAppUtil;
|
||||||
|
import com.tfq.ad.utils.LogAd;
|
||||||
import com.tfq.libraryad.R;
|
import com.tfq.libraryad.R;
|
||||||
|
|
||||||
import androidx.annotation.Nullable;
|
import androidx.annotation.Nullable;
|
||||||
|
|
@ -44,7 +45,11 @@ public class AdSplashActivity extends Activity {
|
||||||
mSplashContainer = findViewById(R.id.frameLayout);
|
mSplashContainer = findViewById(R.id.frameLayout);
|
||||||
ivSplash = findViewById(R.id.iv_splash);
|
ivSplash = findViewById(R.id.iv_splash);
|
||||||
|
|
||||||
ivSplash.setBackgroundResource(AdApp.getInstance().getSplash());
|
try {
|
||||||
|
ivSplash.setBackgroundResource(AdApp.getInstance().getSplash());
|
||||||
|
}catch (Exception e){
|
||||||
|
LogAd.e("splash资源文件未找到");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void initData() {
|
protected void initData() {
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
ae2ef6e3480a397e70d596a05f81a1c4
|
e4a50ee676d4169094cbb65c996c8d1a
|
||||||
|
|
@ -1 +1 @@
|
||||||
b1e687b33ea91a51c177bb6689b60b1925bdc253
|
49223d967d928928a646088a49e9a97de4d2ee29
|
||||||
|
|
@ -1 +1 @@
|
||||||
4d6aefca1b5c8b132ed5f94faf77777721453af864bc2efd6b43894af4153adc
|
bae5799722d537977c1d5736e94b0f6658995b96c8f9c490e59d1f0b316101f1
|
||||||
|
|
@ -1 +1 @@
|
||||||
462d3a02044656c1f9cb7ce680022354332a51e9ada1f509effd81c611423ae8dde993b8164722ecddf58e4183726406b91ac6f3787e2ada0171e679938b681a
|
dd63c4fbfe8f15de3a8f5801b3ad87b64d8551e8b6884c7e8cab671670581548b0ea2a9946e6911e9b55b94f7ca907876d1d56841931bde5ee807b65f79155a4
|
||||||
|
|
@ -8,6 +8,6 @@
|
||||||
<versions>
|
<versions>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
</versions>
|
</versions>
|
||||||
<lastUpdated>20250706071759</lastUpdated>
|
<lastUpdated>20250706082342</lastUpdated>
|
||||||
</versioning>
|
</versioning>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
52e9027a82582e286f92e7d833e76b7c
|
eac8631a2c3eff73494a8f006cf588ab
|
||||||
|
|
@ -1 +1 @@
|
||||||
c9ab1812edb9e8937c1f822f9c1dbff3146805c3
|
14dcccf26d4f74039b9d6d2b469e0f6ede38edfb
|
||||||
|
|
@ -1 +1 @@
|
||||||
6de4ea7bc9a2196273eb2e99542027347683aec618cd368e5409f228e8a17afe
|
bae849b4d22b8b7a5c405799a6fd7eca6b54bac1b333c113aff48dfe41344503
|
||||||
|
|
@ -1 +1 @@
|
||||||
e00aa8c0cb023ba82460a134d6ed156c8a80f0bcf4ad11e0a79aed8ba784eca071e4d36d621a34c51d1a9ddafff147a517ee121833c25b01bd09a06aa05b8b80
|
4a53e0664df2c39650e267494f45693576e6230b9f21641e2b58fc69f500189f87ada012a58d5aeb287fd17e72c4d9f0e50467014c542ac74d2f4d28dc9318f2
|
||||||
Loading…
Reference in New Issue