mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-14 16:18:20 +00:00
Makes spring variable dynamic resources so that they can be changed via plugin
Bug: 147302669 Change-Id: Ia4e74ff46a4d8338a56ea75ed826b69102c42d93
This commit is contained in:
@@ -44,4 +44,9 @@ public interface ResourceProvider extends Plugin {
|
||||
* @see android.content.res.Resources#getColor(int)
|
||||
*/
|
||||
int getColor(int resId);
|
||||
|
||||
/**
|
||||
* @see android.content.res.Resources#getFloat(int)
|
||||
*/
|
||||
float getFloat(int resId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user