Skip to content

Commit

Permalink
Create activity_bidding_splash
Browse files Browse the repository at this point in the history
updata splash bidding
  • Loading branch information
little-cute233 authored Jul 19, 2024
1 parent 0a4b203 commit f775a33
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/src/main/res/layout/activity_bidding_splash
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/main"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.huawei.hms.ads.sdk.BiddingSplashActivity">

<RelativeLayout
android:id="@+id/hw_bidding_splash_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />

</RelativeLayout>

0 comments on commit f775a33

Please sign in to comment.