Warning, /network/kdeconnect-android/res/layout/activity_easter_egg.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="utf-8"?>
0002 
0003 <!--
0004 SPDX-FileCopyrightText: 2021 Maxim Leshchenko <cnmaks90@gmail.com>
0005 
0006 SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0007 -->
0008 
0009 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
0010     xmlns:tools="http://schemas.android.com/tools"
0011     android:id="@+id/easter_egg_layout"
0012     android:orientation="vertical"
0013     android:layout_width="match_parent"
0014     android:layout_height="match_parent"
0015     android:background="#1d99f3"
0016     android:gravity="center">
0017 
0018     <ImageView
0019         android:id="@+id/logo"
0020         android:layout_width="396dp"
0021         android:layout_height="396dp"
0022         android:src="@drawable/ic_kde_48dp"
0023         android:contentDescription="@string/easter_egg" />
0024 
0025     <TextView
0026         android:id="@+id/angle"
0027         android:layout_width="wrap_content"
0028         android:layout_height="wrap_content"
0029         android:textColor="@android:color/white"
0030         tools:text="90°"/>
0031 </LinearLayout>