android: clean up a lot of stuff

This commit is contained in:
Kavish Devar
2025-09-10 12:38:27 +05:30
parent aecbb066b5
commit fa00620b5b
39 changed files with 269 additions and 263 deletions

View File

@@ -113,7 +113,7 @@
android:layout_gravity="center"
android:translationX="-12dp"
android:background="@drawable/ic_undo_button_bg"
android:contentDescription="Undo button"
android:contentDescription="@string/undo"
android:scaleType="centerInside"
android:src="@drawable/ic_undo"
android:tint="@android:color/white"
@@ -121,4 +121,4 @@
android:translationZ="8dp"
android:visibility="gone" />
</FrameLayout>
</LinearLayout>
</LinearLayout>

View File

@@ -4,12 +4,14 @@
android:id="@+id/noise_control_widget"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:theme="@style/Theme.LibrePods.AppWidgetContainer">
android:theme="@style/Theme.LibrePods.AppWidgetContainer"
tools:ignore="ContentDescription,NestedWeights">
<LinearLayout
android:id="@android:id/background"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:baselineAligned="false"
android:orientation="horizontal">
<LinearLayout
@@ -70,7 +72,8 @@
android:shadowRadius="12"
android:text="@string/transparency"
android:textColor="@color/white"
android:textSize="12sp" />
android:textSize="12sp"
tools:ignore="NestedWeights" />
</LinearLayout>
<LinearLayout
@@ -102,7 +105,8 @@
android:shadowRadius="12"
android:text="@string/adaptive"
android:textColor="@color/white"
android:textSize="12sp" />
android:textSize="12sp"
tools:ignore="NestedWeights" />
</LinearLayout>
<LinearLayout