mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-27 14:41:28 +00:00
set new icons
This commit is contained in:
parent
ea83806ede
commit
19002a5311
3 changed files with 4 additions and 4 deletions
|
@ -13,17 +13,17 @@
|
|||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@drawable/chaosflix_logo"
|
||||
android:icon="@drawable/icon"
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.Leanback"
|
||||
android:name=".ChaosflixApplication">
|
||||
<activity
|
||||
android:name="de.nicidienase.chaosflix.activities.ConferencesActivity"
|
||||
android:banner="@drawable/chaosflix_logo"
|
||||
android:icon="@drawable/chaosflix_logo"
|
||||
android:banner="@drawable/banner"
|
||||
android:icon="@drawable/icon"
|
||||
android:label="@string/app_name"
|
||||
android:logo="@drawable/chaosflix_logo"
|
||||
android:logo="@drawable/icon"
|
||||
android:screenOrientation="landscape">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
|
|
BIN
app/src/main/res/drawable/banner.png
Normal file
BIN
app/src/main/res/drawable/banner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
app/src/main/res/drawable/icon.png
Normal file
BIN
app/src/main/res/drawable/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in a new issue