Skip to content

Commit

Permalink
Configurable marquee for tablets added
Browse files Browse the repository at this point in the history
Polish translation added
Code cleaning

Signed-off-by: Manfred Müller <[email protected]>
  • Loading branch information
Manfred Mueller authored and Manfred Müller committed Oct 3, 2023
1 parent 8b8f3f9 commit 835214b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/src/main/res/drawable/launch_screen.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>

<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
android:opacity="opaque">

<item android:drawable="@color/color_bg" />

<item>
<bitmap
android:gravity="center"
android:src="@mipmap/ic_launcher" />
</item>

</layer-list>

0 comments on commit 835214b

Please sign in to comment.