Commit 399aa706 by olly Committed by Oliver Woodman

Remove usages of the widget package and migrate to new packages.

PiperOrigin-RevId: 241656157
parent 8480a4b4
......@@ -38,7 +38,7 @@
android:scrollbars="vertical"
android:fadeScrollbars="false"/>
<com.google.android.material.floatingactionbutton.FloatingActionButton android:id="@+id/add_sample_button"
<android.support.design.floatingactionbutton.FloatingActionButton android:id="@+id/add_sample_button"
android:src="@drawable/ic_plus"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
......
......@@ -20,7 +20,7 @@ import android.content.DialogInterface;
import android.content.res.Resources;
import android.os.Bundle;
import androidx.annotation.Nullable;
import com.google.android.material.tabs.TabLayout;
import android.support.design.tabs.TabLayout;
import androidx.fragment.app.DialogFragment;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentManager;
......
......@@ -25,7 +25,7 @@
android:layout_height="0dp"
android:layout_weight="1">
<com.google.android.material.tabs.TabLayout
<android.support.design.tabs.TabLayout
android:id="@+id/track_selection_dialog_tab_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment