mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
renaming CacheableTextView -> CachedTextView
This commit is contained in:
@@ -39,7 +39,7 @@ import com.android.launcher.R;
|
||||
* An icon on a PagedView, specifically for items in the launcher's paged view (with compound
|
||||
* drawables on the top).
|
||||
*/
|
||||
public class PagedViewIcon extends CacheableTextView implements Checkable {
|
||||
public class PagedViewIcon extends CachedTextView implements Checkable {
|
||||
private static final String TAG = "PagedViewIcon";
|
||||
|
||||
// holographic outline
|
||||
|
||||
Reference in New Issue
Block a user