Exemplo n.º 1
0
 private LayoutManager(Context context) {
   mContext = context;
   initLayoutParameters(context.getResources().getConfiguration());
 }
Exemplo n.º 2
0
 public void onConfigurationChanged(Configuration newConfig) {
   if (LOCAL_LOGV) {
     Log.v(TAG, "-> LayoutManager.onConfigurationChanged().");
   }
   initLayoutParameters(newConfig);
 }