summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/category/BottomPanel.java
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2018-03-28 11:45:44 -0700
committerLuK1337 <priv.luk@gmail.com>2019-10-21 21:50:32 +0200
commitd8608164796dbbcb79f51e0547a03f7eba447348 (patch)
tree6fe151ddc2ed515901dd62274f76e5f1a92d7f40 /src/com/android/gallery3d/filtershow/category/BottomPanel.java
parent76459f16219514fd973ed169962095221dc15adf (diff)
downloadandroid_packages_apps_Gallery2-d8608164796dbbcb79f51e0547a03f7eba447348.tar.gz
android_packages_apps_Gallery2-d8608164796dbbcb79f51e0547a03f7eba447348.tar.bz2
android_packages_apps_Gallery2-d8608164796dbbcb79f51e0547a03f7eba447348.zip
Move Gallery2 to androidx.
Bug: 76692459 Test: make -j Gallery2 and run on emulator Change-Id: Ife6a5649c21464f404db3198bd6a4ba8aa901ee8
Diffstat (limited to 'src/com/android/gallery3d/filtershow/category/BottomPanel.java')
-rw-r--r--src/com/android/gallery3d/filtershow/category/BottomPanel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/category/BottomPanel.java b/src/com/android/gallery3d/filtershow/category/BottomPanel.java
index cd4f65775..5886cc929 100644
--- a/src/com/android/gallery3d/filtershow/category/BottomPanel.java
+++ b/src/com/android/gallery3d/filtershow/category/BottomPanel.java
@@ -30,7 +30,7 @@
package com.android.gallery3d.filtershow.category;
import android.os.Bundle;
-import android.support.v4.app.Fragment;
+import androidx.fragment.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;