wjc
2025-07-22 589d1dff2ce8554ee53b818a98db000df7fdf4e7
app/src/main/res/layout/activity_temperature_unit.xml
@@ -4,12 +4,18 @@
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/text_FF161616"
    android:background="@color/text_FF000000"
    tools:context=".ui.me.TemperatureUnitActivity">
    <include
        android:id="@+id/toolbar_top_rl"
        layout="@layout/toolbar_top_view_44" />
        layout="@layout/toolbar_top_view_44"
        android:layout_width="match_parent"
        android:layout_height="@dimen/dp_44"
        android:layout_marginTop="@dimen/dp_38"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toTopOf="parent" />
    <androidx.recyclerview.widget.RecyclerView
        android:id="@+id/language_rc"