Fixing wrong method name
Change-Id: Idabe5d8ee41f31d30dcbe03aa626f7b39f713c14
This commit is contained in:
@@ -596,7 +596,7 @@ public class DeviceProfile {
|
||||
}
|
||||
|
||||
|
||||
public static final int getMaxContainerWidth(Context context, int availableWidth) {
|
||||
public static final int getContainerPadding(Context context, int availableWidth) {
|
||||
Resources res = context.getResources();
|
||||
|
||||
int maxSize = res.getDimensionPixelSize(R.dimen.container_max_width);
|
||||
|
||||
Reference in New Issue
Block a user