Remove usages of the widget package and migrate to new packages.
PiperOrigin-RevId: 241656157
This commit is contained in:
parent
8480a4b44d
commit
399aa706a7
@ -38,7 +38,7 @@
|
|||||||
android:scrollbars="vertical"
|
android:scrollbars="vertical"
|
||||||
android:fadeScrollbars="false"/>
|
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:src="@drawable/ic_plus"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
@ -20,7 +20,7 @@ import android.content.DialogInterface;
|
|||||||
import android.content.res.Resources;
|
import android.content.res.Resources;
|
||||||
import android.os.Bundle;
|
import android.os.Bundle;
|
||||||
import androidx.annotation.Nullable;
|
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.DialogFragment;
|
||||||
import androidx.fragment.app.Fragment;
|
import androidx.fragment.app.Fragment;
|
||||||
import androidx.fragment.app.FragmentManager;
|
import androidx.fragment.app.FragmentManager;
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
|
|
||||||
<com.google.android.material.tabs.TabLayout
|
<android.support.design.tabs.TabLayout
|
||||||
android:id="@+id/track_selection_dialog_tab_layout"
|
android:id="@+id/track_selection_dialog_tab_layout"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user