Co-authored-by: AnierinB <anierin@evolution-x.org> Co-authored-by: Jackeagle <jackeagle102@gmail.com> Co-authored-by: Pranav Vashi <neobuddy89@gmail.com> Co-authored-by: ganeshi4u <ganeshvarmai4u@gmail.com> Signed-off-by: AnierinB <anierin@evolution-x.org>
22 lines
725 B
XML
22 lines
725 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2019-2024 The Evolution X Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:background="@android:color/transparent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="match_parent"
|
|
android:gravity="center"
|
|
android:orientation="horizontal"
|
|
android:selectable="false">
|
|
|
|
<ImageView
|
|
android:adjustViewBounds="true"
|
|
android:layout_height="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:scaleType="centerInside"
|
|
android:src="@drawable/ic_evolution_logo"/>
|
|
</LinearLayout>
|