Skip to content

Commit

Permalink
2534_added bitmap in launch screen
Browse files Browse the repository at this point in the history
  • Loading branch information
gouri-panda committed Dec 10, 2020
1 parent cd016c4 commit 45549d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
11 changes: 4 additions & 7 deletions custom/src/main/res/drawable-night/launch_screen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@
android:opacity="opaque">
<!-- The background color, preferably the same as your normal theme -->
<item android:drawable="@color/mine_shaft_gray900" />
<item
android:bottom="24dp"
android:drawable="@mipmap/ic_launcher"
android:gravity="center"
android:left="24dp"
android:right="24dp"
android:top="24dp" />
<item>
<bitmap android:src="@mipmap/ic_launcher"
android:gravity="center"/>
</item>
</layer-list>
11 changes: 4 additions & 7 deletions custom/src/main/res/drawable/launch_screen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@
android:opacity="opaque">
<!-- The background color, preferably the same as your normal theme -->
<item android:drawable="@color/alabaster_white" />
<item
android:bottom="24dp"
android:drawable="@mipmap/ic_launcher"
android:gravity="center"
android:left="24dp"
android:right="24dp"
android:top="24dp" />
<item>
<bitmap android:src="@mipmap/ic_launcher"
android:gravity="center"/>
</item>
</layer-list>

0 comments on commit 45549d3

Please sign in to comment.