mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-27 06:30:29 +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:strokeLineJoin="miter"
|
||||||
android:strokeLineCap="butt">
|
android:strokeLineCap="butt">
|
||||||
<aapt:attr name="android:fillColor">
|
<aapt:attr name="android:fillColor">
|
||||||
<gradient xmlns:android="http://schemas.android.com/apk/res/android"
|
<gradient
|
||||||
android:startColor="#26000000"
|
android:startColor="#26000000"
|
||||||
android:endColor="#00000000"
|
android:endColor="#00000000"
|
||||||
android:startX="40"
|
android:startX="40"
|
||||||
android:startY="20"
|
android:startY="20"
|
||||||
android:endX="85"
|
android:endX="85"
|
||||||
android:endY="48"
|
android:endY="48"
|
||||||
android:type="linear"/>
|
android:type="linear"/>
|
||||||
</aapt:attr>
|
</aapt:attr>
|
||||||
</path>
|
</path>
|
||||||
<path
|
<path
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?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">
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.INTERNET"/>
|
<uses-permission android:name="android.permission.INTERNET"/>
|
||||||
|
@ -18,7 +19,8 @@
|
||||||
android:label="${label}"
|
android:label="${label}"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:name="de.nicidienase.chaosflix.ChaosflixApplication"
|
android:name="de.nicidienase.chaosflix.ChaosflixApplication"
|
||||||
android:theme="@style/AppTheme">
|
android:theme="@style/AppTheme"
|
||||||
|
tools:ignore="GoogleAppIndexingWarning">
|
||||||
<activity
|
<activity
|
||||||
android:name=".conferences.ConferencesActivity"
|
android:name=".conferences.ConferencesActivity"
|
||||||
android:banner="@drawable/banner"
|
android:banner="@drawable/banner"
|
||||||
|
|
Loading…
Reference in a new issue