leanback: formatting and cleanup

This commit is contained in:
Felix 2020-01-02 18:26:01 +01:00
parent 305d97162a
commit d4d06ff5b7
2 changed files with 12 additions and 10 deletions

View file

@ -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

View file

@ -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"