SeekOverlay: Switch to merge for SecondsView and other adjustments

This commit is contained in:
vkay94 2021-01-18 23:12:03 +01:00 committed by litetex
parent 72eb3b4415
commit 3aebfa22e9
6 changed files with 24 additions and 22 deletions

View file

@ -767,6 +767,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="invisible"
android:alpha="0" /> <!-- Required to make the first appearance fading correctly -->
android:alpha="0" /> <!-- Required for the first appearance fading correctly -->
</RelativeLayout>

View file

@ -764,6 +764,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="invisible"
android:alpha="0" /> <!-- Required to make the first appearance fading corectly -->
android:alpha="0" /> <!-- Required for the first appearance fading corectly -->
</RelativeLayout>

View file

@ -1,11 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
tools:ignore="ContentDescription">
tools:ignore="ContentDescription"
tools:layout_height="wrap_content"
tools:layout_width="match_parent"
tools:orientation="vertical"
tools:parentTag="android.widget.LinearLayout">
<LinearLayout
android:id="@+id/triangle_container"
@ -47,4 +48,4 @@
android:textSize="14sp"
tools:text="20 seconds" />
</LinearLayout>
</merge>