mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-26 22:20:24 +00:00
leanback: formatting and cleanup
This commit is contained in:
parent
305d97162a
commit
d4d06ff5b7
2 changed files with 12 additions and 10 deletions
|
@ -10,14 +10,14 @@
|
|||
android:strokeLineJoin="miter"
|
||||
android:strokeLineCap="butt">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:startColor="#26000000"
|
||||
android:endColor="#00000000"
|
||||
android:startX="40"
|
||||
android:startY="20"
|
||||
android:endX="85"
|
||||
android:endY="48"
|
||||
android:type="linear"/>
|
||||
<gradient
|
||||
android:startColor="#26000000"
|
||||
android:endColor="#00000000"
|
||||
android:startX="40"
|
||||
android:startY="20"
|
||||
android:endX="85"
|
||||
android:endY="48"
|
||||
android:type="linear"/>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest package="de.nicidienase.chaosflix.leanback"
|
||||
<manifest xmlns:tools="http://schemas.android.com/tools"
|
||||
package="de.nicidienase.chaosflix.leanback"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
|
@ -18,7 +19,8 @@
|
|||
android:label="${label}"
|
||||
android:supportsRtl="true"
|
||||
android:name="de.nicidienase.chaosflix.ChaosflixApplication"
|
||||
android:theme="@style/AppTheme">
|
||||
android:theme="@style/AppTheme"
|
||||
tools:ignore="GoogleAppIndexingWarning">
|
||||
<activity
|
||||
android:name=".conferences.ConferencesActivity"
|
||||
android:banner="@drawable/banner"
|
||||
|
|
Loading…
Reference in a new issue