Showing a more interesting background image
This commit is contained in:
parent
6642b79ac3
commit
ff44f97dd6
|
@ -15,7 +15,7 @@
|
|||
android:id="@+id/widget_config_background"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:src="@drawable/bg_splash"
|
||||
android:src="@drawable/teaser"
|
||||
android:scaleType="centerCrop" />
|
||||
|
||||
<include
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="logobackground">
|
||||
<img id="logo" src="file:///android_asset/logo.png" alt="Logo"/>
|
||||
<img id="logo" src="file:///android_res/drawable/teaser.png" alt="Logo"/>
|
||||
</div>
|
||||
|
||||
<h1>AntennaPod</h1>
|
||||
|
|
0
app/src/main/assets/logo.png → core/src/main/res/drawable-nodpi/teaser.png
Executable file → Normal file
0
app/src/main/assets/logo.png → core/src/main/res/drawable-nodpi/teaser.png
Executable file → Normal file
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
Loading…
Reference in New Issue