You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CustoMIUIzer/app/src/main/res/layout/activity_main.xml

48 lines
1.5 KiB
XML

xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:animateLayoutChanges="true"
android:fitsSystemWindows="false"
android:paddingBottom="0.1dp"
android:paddingRight="0.1dp"
tools:ignore="RtlHardcoded,RtlSymmetry">
android:id="@+id/weather_view"
android:layout_height="match_parent"
android:layout_width="match_parent"
android:layout_alignParentTop="true"
android:translationZ="101dp"
android:focusable="false"
android:focusableInTouchMode="false"
android:visibility="gone" />
android:id="@+id/holiday_header"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="fitStart"
android:adjustViewBounds="true"
android:layout_alignParentTop="true"
android:translationZ="100dp"
android:focusable="false"
android:focusableInTouchMode="false"
android:visibility="gone"
tools:ignore="ContentDescription" />
android:id="@+id/fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#ff000000" />
android:id="@+id/guide_overlay"
android:visibility="gone"
android:background="@android:color/transparent"
android:layout_width="match_parent"
android:layout_height="match_parent" />