mirror of
https://github.com/owenlejeune/TVTime.git
synced 2026-02-13 16:57:19 -05:00
show trailers
This commit is contained in:
@@ -11,12 +11,13 @@
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.TVTime">
|
||||
android:theme="@style/Theme.TVTime"
|
||||
android:usesCleartextTraffic="true">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true"
|
||||
android:theme="@style/Theme.TVTime"
|
||||
android:screenOrientation="portrait">
|
||||
android:theme="@style/Theme.TVTime">
|
||||
<!-- android:screenOrientation="portrait">-->
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user