Skip to content
Snippets Groups Projects
Commit d206b0bc authored by Vitalii Nikitchyn's avatar Vitalii Nikitchyn
Browse files

TV banner update

Change-Id: I6684aa0aced8a029c2ac8d9fea729b30d7406d26
parent 6c4e2b34
No related branches found
No related tags found
No related merge requests found
......@@ -95,10 +95,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<application
android:appCategory="social"
android:banner="@drawable/jami_banner"
android:hasFragileUserData="true"
android:icon="@mipmap/ic_launcher"
android:banner="@mipmap/ic_banner"
android:label="@string/app_name"
android:hasFragileUserData="true"
android:resizeableActivity="true"
android:supportsRtl="true"
android:enableOnBackInvokedCallback="true"
......@@ -242,7 +242,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:name=".client.CallActivity"
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize"
android:exported="false"
android:label="@string/app_name"
android:launchMode="singleTask"
android:resizeableActivity="true"
android:showOnLockScreen="true"
......@@ -321,7 +320,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:configChanges="screenSize|screenLayout|smallestScreenSize|orientation"
android:exported="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:parentActivityName=".client.HomeActivity"
android:resizeableActivity="true"
android:theme="@style/AppTheme.Fullscreen"
......@@ -338,7 +336,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:name=".tv.main.HomeActivity"
android:exported="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme.Jami.Leanback.Main">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
......@@ -377,26 +374,22 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize"
android:exported="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" />
<activity
android:name=".tv.search.SearchActivity"
android:exported="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme.Leanback" />
<activity
android:name=".tv.account.TVShareActivity"
android:exported="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme.Ring.Leanback" />
<activity
android:name=".tv.call.TVCallActivity"
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize"
android:exported="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:resizeableActivity="true"
android:showOnLockScreen="true"
android:supportsPictureInPicture="true"
......@@ -411,7 +404,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:name=".tv.camera.CustomCameraActivity"
android:exported="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme">
<intent-filter>
<action android:name="cx.ring.action.CALL" />
......@@ -423,7 +415,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:name=".tv.contact.TVContactActivity"
android:exported="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme.Leanback.Details">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
......
jami-android/app/src/main/res/drawable-xhdpi/jami_banner.png

17.6 KiB

This diff is collapsed.
jami-android/app/src/main/res/mipmap-xhdpi/ic_banner.png

11.5 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment